Html Css Color HEX #2477DB Royal Blue

📋 copy color: '#2477DB'

red 36 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #2477DB

Tints of Royal Blue #2477DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.56%

R = 9.63%
G = 31.82%
B = 58.56%

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

#2477DB (or 0x2477DB) is known color: Royal Blue. HEX triplet: 24, 77 and DB. RGB value is (36,119,219). Sum of RGB (Red+Green+Blue) = 36+119+219=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #2477DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2477DB is #DB8824. Grayscale: #696969. Windows color (decimal): -14387237 or 14382884. OLE color: 14382884.

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

Color convert

RGB 36 119 219 -
CMYK 0.84 0.46 0 0.14
HSL 212.79º 0.72% 0.5% -
HSV(B) 212.79º 0.84% 0.86% -
XYZ 20.11 18.68 69.56 -
YUV 105.58 192 78.37 -
System Red Green Blue C M Y K H S L
Decimal 36 119 219 0.84 0.46 0 0.14 212.79 0.72 0.5
Hex 24 77 DB 54 2E 0 E D5 48 32
Octal 44 167 333 124 56 0 16 325 110 62
Binary 100100 1110111 11011011 1010100 101110 0 1110 11010101 1001000 110010

Color Harmonies of #2477DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2477DB

Black with #2477DB

Text Example


Text Example

White with #2477DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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