#2E9AFF

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

Shades of Dodger Blue #2E9AFF

Tints of Dodger Blue #2E9AFF

Color information

#2E9AFF (or 0x2E9AFF) is unknown color: approx Dodger Blue. HEX triplet: 2E, 9A and FF. RGB value is (46,154,255). Sum of RGB (Red+Green+Blue) = 46+154+255=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9AFF is #D16500. Grayscale: #848484. Windows color (decimal): -13722881 or 16751150. OLE color: 16751150.

HSL color Cylindrical-coordinate representation of color #2E9AFF: hue angle of 209º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E9AFF is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB46154255-
CMYK0.820.4000
HSL209º100%59.02%-
HSV(B)209º81.96%100%-
XYZ30.7330.9198.95-
YUV133.22196.7265.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.11%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 255 (100% from 255) = 56.04%
R=10.11%
G=33.85%
B=56.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461542550.820.400020910059.02
Hex2E9AFF522800d1643b
Octal56232377122500032114473
Binary1011101001101011111111101001010100000110100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,154,255); }

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

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

 a { background-color: rgb(46,154,255); }

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

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

 span { border-color: rgb(46,154,255); }

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