Html Css Color HEX #2477DC Royal Blue

📋 copy color: '#2477DC'

red 36 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #2477DC

Tints of Royal Blue #2477DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 9.6%
G = 31.73%
B = 58.67%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2477DC (or 0x2477DC) is known color: Royal Blue. HEX triplet: 24, 77 and DC. RGB value is (36,119,220). Sum of RGB (Red+Green+Blue) = 36+119+220=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2477DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477DC is #DB8823. Grayscale: #696969. Windows color (decimal): -14387236 or 14448420. OLE color: 14448420.

HSL color Cylindrical-coordinate representation of color #2477DC: hue angle of 212.93º 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 #2477DC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 119 220 -
CMYK 0.84 0.46 0 0.14
HSL 212.93º 0.72% 0.5% -
HSV(B) 212.93º 0.84% 0.86% -
XYZ 20.24 18.74 70.26 -
YUV 105.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 36 119 220 0.84 0.46 0 0.14 212.93 0.72 0.5
Hex 24 77 DC 54 2E 0 E D5 48 32
Octal 44 167 334 124 56 0 16 325 110 62
Binary 100100 1110111 11011100 1010100 101110 0 1110 11010101 1001000 110010

Color Harmonies of #2477DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477DC

Black with #2477DC

Text Example


Text Example

White with #2477DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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