Html Css Color HEX #2470DF Royal Blue

📋 copy color: '#2470DF'

red 36 ◦ green 112 ◦ blue 223

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

Shades of Royal Blue #2470DF

Tints of Royal Blue #2470DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.11%

R = 9.7%
G = 30.19%
B = 60.11%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2470DF (or 0x2470DF) is known color: Royal Blue. HEX triplet: 24, 70 and DF. RGB value is (36,112,223). Sum of RGB (Red+Green+Blue) = 36+112+223=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #2470DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2470DF is #DB8F20. Grayscale: #656565. Windows color (decimal): -14389025 or 14643236. OLE color: 14643236.

HSL color Cylindrical-coordinate representation of color #2470DF: hue angle of 215.61º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2470DF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 112 223 -
CMYK 0.84 0.50 0 0.13
HSL 215.62º 0.75% 0.51% -
HSV(B) 215.62º 0.84% 0.87% -
XYZ 19.84 17.29 72.1 -
YUV 101.93 196.32 80.97 -
System Red Green Blue C M Y K H S L
Decimal 36 112 223 0.84 0.50 0 0.13 215.62 0.75 0.51
Hex 24 70 DF 54 32 0 D D8 4B 33
Octal 44 160 337 124 62 0 15 330 113 63
Binary 100100 1110000 11011111 1010100 110010 0 1101 11011000 1001011 110011

Color Harmonies of #2470DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2470DF

Black with #2470DF

Text Example


Text Example

White with #2470DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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