Html Css Color HEX #2476DB Royal Blue

📋 copy color: '#2476DB'

red 36 ◦ green 118 ◦ blue 219

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

Shades of Royal Blue #2476DB

Tints of Royal Blue #2476DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 9.65%
G = 31.64%
B = 58.71%

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

#2476DB (or 0x2476DB) is known color: Royal Blue. HEX triplet: 24, 76 and DB. RGB value is (36,118,219). Sum of RGB (Red+Green+Blue) = 36+118+219=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #2476DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476DB is #DB8924. Grayscale: #686868. Windows color (decimal): -14387493 or 14382628. OLE color: 14382628.

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

Color convert

RGB 36 118 219 -
CMYK 0.84 0.46 0 0.14
HSL 213.11º 0.72% 0.5% -
HSV(B) 213.11º 0.84% 0.86% -
XYZ 19.99 18.45 69.52 -
YUV 105 192.33 78.79 -
System Red Green Blue C M Y K H S L
Decimal 36 118 219 0.84 0.46 0 0.14 213.11 0.72 0.5
Hex 24 76 DB 54 2E 0 E D5 48 32
Octal 44 166 333 124 56 0 16 325 110 62
Binary 100100 1110110 11011011 1010100 101110 0 1110 11010101 1001000 110010

Color Harmonies of #2476DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476DB

Black with #2476DB

Text Example


Text Example

White with #2476DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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