#2477FF

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

Shades of Dodger Blue #2477FF

Tints of Dodger Blue #2477FF

Color information

#2477FF (or 0x2477FF) is unknown color: approx Dodger Blue. HEX triplet: 24, 77 and FF. RGB value is (36,119,255). Sum of RGB (Red+Green+Blue) = 36+119+255=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #2477FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2477FF is #DB8800. Grayscale: #6D6D6D. Windows color (decimal): -14387201 or 16742180. OLE color: 16742180.

HSL color Cylindrical-coordinate representation of color #2477FF: hue angle of 217.26º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2477FF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB36119255-
CMYK0.860.5300
HSL217.26º100%57.06%-
HSV(B)217.26º85.88%100%-
XYZ25.3720.7997.28-
YUV109.6921075.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.78%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 255 (100% from 255) = 62.20%
R=8.78%
G=29.02%
B=62.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal361192550.860.5300217.2610057.06
Hex2477FF563500d96439
Octal44167377126650033114471
Binary100100111011111111111101011011010100110110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2477FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2477FF; }

 p { color: rgb(36,119,255); }

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

<style>
 a { background-color: #2477FF; }

 a { background-color: rgb(36,119,255); }

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

<style>
 span { border-color: #2477FF; }

 span { border-color: rgb(36,119,255); }

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