Html Css Color HEX #2472FF Dodger Blue

📋 copy color: '#2472FF'

red 36 ◦ green 114 ◦ blue 255

#2472FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2472FF

Tints of Dodger Blue #2472FF

RGB

 RED value IS 36 (14.45% from 255) = 8.89%

 GREEN value IS 114 (44.92% from 255) = 28.15%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 8.89%
G = 28.15%
B = 62.96%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2472FF (or 0x2472FF) is known color: Dodger Blue. HEX triplet: 24, 72 and FF. RGB value is (36,114,255). Sum of RGB (Red+Green+Blue) = 36+114+255=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #2472FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472FF is #DB8D00. Grayscale: #6A6A6A. Windows color (decimal): -14388481 or 16740900. OLE color: 16740900.

HSL color Cylindrical-coordinate representation of color #2472FF: hue angle of 218.63º 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 #2472FF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 114 255 -
CMYK 0.86 0.55 0 0
HSL 218.63º 1% 0.57% -
HSV(B) 218.63º 0.86% 1% -
XYZ 24.79 19.63 97.09 -
YUV 106.75 211.66 77.54 -
System Red Green Blue C M Y K H S L
Decimal 36 114 255 0.86 0.55 0 0 218.63 1 0.57
Hex 24 72 FF 56 37 0 0 DB 64 39
Octal 44 162 377 126 67 0 0 333 144 71
Binary 100100 1110010 11111111 1010110 110111 0 0 11011011 1100100 111001

Color Harmonies of #2472FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472FF

Black with #2472FF

Text Example


Text Example

White with #2472FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2472FF;
 }
 .AnyTagClassName
 {
   color: #2472FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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