Html Css Color HEX #2471D9 Royal Blue

📋 copy color: '#2471D9'

red 36 ◦ green 113 ◦ blue 217

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

Shades of Royal Blue #2471D9

Tints of Royal Blue #2471D9

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 217 (85.16% from 255) = 59.29%

R = 9.84%
G = 30.87%
B = 59.29%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2471D9 (or 0x2471D9) is known color: Royal Blue. HEX triplet: 24, 71 and D9. RGB value is (36,113,217). Sum of RGB (Red+Green+Blue) = 36+113+217=366 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.84% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 217 (85.16% from 255 or 59.29% from 366); Max value from RGB is 217 - color contains mainly: blue. Hex color #2471D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471D9 is #DB8E26. Grayscale: #656565. Windows color (decimal): -14388775 or 14250276. OLE color: 14250276.

HSL color Cylindrical-coordinate representation of color #2471D9: hue angle of 214.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2471D9 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 113 217 -
CMYK 0.83 0.48 0 0.15
HSL 214.48º 0.72% 0.5% -
HSV(B) 214.48º 0.83% 0.85% -
XYZ 19.16 17.2 67.95 -
YUV 101.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 36 113 217 0.83 0.48 0 0.15 214.48 0.72 0.5
Hex 24 71 D9 53 30 0 F D6 48 32
Octal 44 161 331 123 60 0 17 326 110 62
Binary 100100 1110001 11011001 1010011 110000 0 1111 11010110 1001000 110010

Color Harmonies of #2471D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2471D9

Black with #2471D9

Text Example


Text Example

White with #2471D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2471D9; }

 p { color: rgb(36,113,217); }

 H1.HeaderClassName
 {
   color: #2471D9;
 }
 .AnyTagClassName
 {
   color: #2471D9;
 }
</style>

background-color css

<style>
 a { background-color: #2471D9; }

 a { background-color: rgb(36,113,217); }

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

border-color css

<style>
 span { border-color: #2471D9; }

 span { border-color: rgb(36,113,217); }

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