Html Css Color HEX #2476E0 Royal Blue

📋 copy color: '#2476E0'

red 36 ◦ green 118 ◦ blue 224

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

Shades of Royal Blue #2476E0

Tints of Royal Blue #2476E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.26%

R = 9.52%
G = 31.22%
B = 59.26%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2476E0 (or 0x2476E0) is known color: Royal Blue. HEX triplet: 24, 76 and E0. RGB value is (36,118,224). Sum of RGB (Red+Green+Blue) = 36+118+224=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #2476E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2476E0 is #DB891F. Grayscale: #696969. Windows color (decimal): -14387488 or 14710308. OLE color: 14710308.

HSL color Cylindrical-coordinate representation of color #2476E0: hue angle of 213.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2476E0 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 118 224 -
CMYK 0.84 0.47 0 0.12
HSL 213.83º 0.75% 0.51% -
HSV(B) 213.83º 0.84% 0.88% -
XYZ 20.66 18.71 73.04 -
YUV 105.57 194.83 78.38 -
System Red Green Blue C M Y K H S L
Decimal 36 118 224 0.84 0.47 0 0.12 213.83 0.75 0.51
Hex 24 76 E0 54 2F 0 C D6 4B 33
Octal 44 166 340 124 57 0 14 326 113 63
Binary 100100 1110110 11100000 1010100 101111 0 1100 11010110 1001011 110011

Color Harmonies of #2476E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2476E0

Black with #2476E0

Text Example


Text Example

White with #2476E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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