Html Css Color HEX #2477DD Royal Blue

📋 copy color: '#2477DD'

red 36 ◦ green 119 ◦ blue 221

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

Shades of Royal Blue #2477DD

Tints of Royal Blue #2477DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.78%

R = 9.57%
G = 31.65%
B = 58.78%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2477DD (or 0x2477DD) is known color: Royal Blue. HEX triplet: 24, 77 and DD. RGB value is (36,119,221). Sum of RGB (Red+Green+Blue) = 36+119+221=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2477DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477DD is #DB8822. Grayscale: #696969. Windows color (decimal): -14387235 or 14513956. OLE color: 14513956.

HSL color Cylindrical-coordinate representation of color #2477DD: hue angle of 213.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2477DD is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 119 221 -
CMYK 0.84 0.46 0 0.13
HSL 213.08º 0.73% 0.5% -
HSV(B) 213.08º 0.84% 0.87% -
XYZ 20.38 18.79 70.96 -
YUV 105.81 193 78.21 -
System Red Green Blue C M Y K H S L
Decimal 36 119 221 0.84 0.46 0 0.13 213.08 0.73 0.5
Hex 24 77 DD 54 2E 0 D D5 49 32
Octal 44 167 335 124 56 0 15 325 111 62
Binary 100100 1110111 11011101 1010100 101110 0 1101 11010101 1001001 110010

Color Harmonies of #2477DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477DD

Black with #2477DD

Text Example


Text Example

White with #2477DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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