#2472F3

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

Shades of Dodger Blue #2472F3

Tints of Dodger Blue #2472F3

Color information

#2472F3 (or 0x2472F3) is unknown color: approx Dodger Blue. HEX triplet: 24, 72 and F3. RGB value is (36,114,243). Sum of RGB (Red+Green+Blue) = 36+114+243=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 243 (95.31% from 255 or 61.83% from 393); Max value from RGB is 243 - color contains mainly: blue. Hex color #2472F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472F3 is #DB8D0C. Grayscale: #686868. Windows color (decimal): -14388493 or 15954468. OLE color: 15954468.

HSL color Cylindrical-coordinate representation of color #2472F3: hue angle of 217.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2472F3 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36114243-
CMYK0.850.5300.05
HSL217.39º89.61%54.71%-
HSV(B)217.39º85.19%95.29%-
XYZ22.9218.8887.23-
YUV105.38205.6678.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.16%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 243 (95.31% from 255) = 61.83%
R=9.16%
G=29.01%
B=61.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal361142430.850.5300.05217.3989.6154.71
Hex2472F3553505d95a37
Octal44162363125650533113267
Binary10010011100101111001110101011101010101110110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2472F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2472F3; }

 p { color: rgb(36,114,243); }

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

<style>
 a { background-color: #2472F3; }

 a { background-color: rgb(36,114,243); }

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

<style>
 span { border-color: #2472F3; }

 span { border-color: rgb(36,114,243); }

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