Html Css Color HEX #2472FD Dodger Blue

📋 copy color: '#2472FD'

red 36 ◦ green 114 ◦ blue 253

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

Shades of Dodger Blue #2472FD

Tints of Dodger Blue #2472FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 8.93%
G = 28.29%
B = 62.78%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2472FD (or 0x2472FD) is known color: Dodger Blue. HEX triplet: 24, 72 and FD. RGB value is (36,114,253). Sum of RGB (Red+Green+Blue) = 36+114+253=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #2472FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472FD is #DB8D02. Grayscale: #696969. Windows color (decimal): -14388483 or 16609828. OLE color: 16609828.

HSL color Cylindrical-coordinate representation of color #2472FD: hue angle of 218.43º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2472FD is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 114 253 -
CMYK 0.86 0.55 0 0.01
HSL 218.43º 0.98% 0.57% -
HSV(B) 218.43º 0.86% 0.99% -
XYZ 24.47 19.5 95.4 -
YUV 106.52 210.66 77.7 -
System Red Green Blue C M Y K H S L
Decimal 36 114 253 0.86 0.55 0 0.01 218.43 0.98 0.57
Hex 24 72 FD 56 37 0 1 DA 62 39
Octal 44 162 375 126 67 0 1 332 142 71
Binary 100100 1110010 11111101 1010110 110111 0 1 11011010 1100010 111001

Color Harmonies of #2472FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2472FD

Black with #2472FD

Text Example


Text Example

White with #2472FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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