Html Css Color HEX #2976EB Royal Blue

📋 copy color: '#2976EB'

red 41 ◦ green 118 ◦ blue 235

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

Shades of Royal Blue #2976EB

Tints of Royal Blue #2976EB

RGB

 RED value IS 41 (16.41% from 255) = 10.41%

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 10.41%
G = 29.95%
B = 59.64%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2976EB (or 0x2976EB) is known color: Royal Blue. HEX triplet: 29, 76 and EB. RGB value is (41,118,235). Sum of RGB (Red+Green+Blue) = 41+118+235=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #2976EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2976EB is #D68914. Grayscale: #6B6B6B. Windows color (decimal): -14059797 or 15431209. OLE color: 15431209.

HSL color Cylindrical-coordinate representation of color #2976EB: hue angle of 216.19º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2976EB is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 118 235 -
CMYK 0.83 0.50 0 0.08
HSL 216.19º 0.83% 0.54% -
HSV(B) 216.19º 0.83% 0.92% -
XYZ 22.39 19.43 81.17 -
YUV 108.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 41 118 235 0.83 0.50 0 0.08 216.19 0.83 0.54
Hex 29 76 EB 53 32 0 8 D8 53 36
Octal 51 166 353 123 62 0 10 330 123 66
Binary 101001 1110110 11101011 1010011 110010 0 1000 11011000 1010011 110110

Color Harmonies of #2976EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2976EB

Black with #2976EB

Text Example


Text Example

White with #2976EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2976EB; }

 p { color: rgb(41,118,235); }

 H1.HeaderClassName
 {
   color: #2976EB;
 }
 .AnyTagClassName
 {
   color: #2976EB;
 }
</style>

background-color css

<style>
 a { background-color: #2976EB; }

 a { background-color: rgb(41,118,235); }

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

border-color css

<style>
 span { border-color: #2976EB; }

 span { border-color: rgb(41,118,235); }

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