#2E92EB

Color #2E92EB Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2E92EB

Tints of Dodger Blue #2E92EB

Color information

#2E92EB (or 0x2E92EB) is unknown color: approx Dodger Blue. HEX triplet: 2E, 92 and EB. RGB value is (46,146,235). Sum of RGB (Red+Green+Blue) = 46+146+235=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E92EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E92EB is #D16D14. Grayscale: #7D7D7D. Windows color (decimal): -13724949 or 15438382. OLE color: 15438382.

HSL color Cylindrical-coordinate representation of color #2E92EB: hue angle of 208.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E92EB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB46146235-
CMYK0.800.3800.08
HSL208.25º82.53%55.1%-
HSV(B)208.25º80.43%92.16%-
XYZ26.427.1482.44-
YUV126.25189.3770.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 10.77%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 235 (92.19% from 255) = 55.04%
R=10.77%
G=34.19%
B=55.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461462350.800.3800.08208.2582.5355.1
Hex2E92EB502608d05337
Octal562223531204601032012367
Binary1011101001001011101011101000010011001000110100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E92EB; }

 p { color: rgb(46,146,235); }

 H1.HeaderClassName
 {
   color: #2E92EB;
 }
 .AnyTagClassName
 {
   color: #2E92EB;
 }
</style>
background-color css

<style>
 a { background-color: #2E92EB; }

 a { background-color: rgb(46,146,235); }

 div.DivClassName
 {
   background-color: #2E92EB;
 }
 .BgClassName
 {
   background-color: #2E92EB;
 }
</style>
border-color css

<style>
 span { border-color: #2E92EB; }

 span { border-color: rgb(46,146,235); }

 td.TdClassName
 {
   border-color: #2E92EB;
 }
 .TagClassName
 {
   border-color: #2E92EB;
 }
</style>