Html Css Color HEX #2470FD Dodger Blue

📋 copy color: '#2470FD'

red 36 ◦ green 112 ◦ blue 253

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

Shades of Dodger Blue #2470FD

Tints of Dodger Blue #2470FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

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

R = 8.98%
G = 27.93%
B = 63.09%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2470FD (or 0x2470FD) is known color: Dodger Blue. HEX triplet: 24, 70 and FD. RGB value is (36,112,253). Sum of RGB (Red+Green+Blue) = 36+112+253=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #2470FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470FD is #DB8F02. Grayscale: #686868. Windows color (decimal): -14388995 or 16609316. OLE color: 16609316.

HSL color Cylindrical-coordinate representation of color #2470FD: hue angle of 218.99º 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 #2470FD is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 36 112 253 -
CMYK 0.86 0.56 0 0.01
HSL 218.99º 0.98% 0.57% -
HSV(B) 218.99º 0.86% 0.99% -
XYZ 24.25 19.06 95.33 -
YUV 105.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 36 112 253 0.86 0.56 0 0.01 218.99 0.98 0.57
Hex 24 70 FD 56 38 0 1 DB 62 39
Octal 44 160 375 126 70 0 1 333 142 71
Binary 100100 1110000 11111101 1010110 111000 0 1 11011011 1100010 111001

Color Harmonies of #2470FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2470FD

Black with #2470FD

Text Example


Text Example

White with #2470FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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