Html Css Color HEX #2471DC Royal Blue

📋 copy color: '#2471DC'

red 36 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #2471DC

Tints of Royal Blue #2471DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.62%

R = 9.76%
G = 30.62%
B = 59.62%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2471DC (or 0x2471DC) is known color: Royal Blue. HEX triplet: 24, 71 and DC. RGB value is (36,113,220). Sum of RGB (Red+Green+Blue) = 36+113+220=369 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.76% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2471DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2471DC is #DB8E23. Grayscale: #656565. Windows color (decimal): -14388772 or 14446884. OLE color: 14446884.

HSL color Cylindrical-coordinate representation of color #2471DC: hue angle of 214.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2471DC is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 113 220 -
CMYK 0.84 0.49 0 0.14
HSL 214.89º 0.72% 0.5% -
HSV(B) 214.89º 0.84% 0.86% -
XYZ 19.55 17.35 70.03 -
YUV 102.18 194.49 80.8 -
System Red Green Blue C M Y K H S L
Decimal 36 113 220 0.84 0.49 0 0.14 214.89 0.72 0.5
Hex 24 71 DC 54 31 0 E D7 48 32
Octal 44 161 334 124 61 0 16 327 110 62
Binary 100100 1110001 11011100 1010100 110001 0 1110 11010111 1001000 110010

Color Harmonies of #2471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2471DC

Black with #2471DC

Text Example


Text Example

White with #2471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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