Html Css Color HEX #2876EA Royal Blue

📋 copy color: '#2876EA'

red 40 ◦ green 118 ◦ blue 234

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

Shades of Royal Blue #2876EA

Tints of Royal Blue #2876EA

RGB

 RED value IS 40 (16.02% from 255) = 10.2%

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

 BLUE value IS 234 (91.8% from 255) = 59.69%

R = 10.2%
G = 30.1%
B = 59.69%

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

#2876EA (or 0x2876EA) is known color: Royal Blue. HEX triplet: 28, 76 and EA. RGB value is (40,118,234). Sum of RGB (Red+Green+Blue) = 40+118+234=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #2876EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2876EA is #D78915. Grayscale: #6B6B6B. Windows color (decimal): -14125334 or 15365672. OLE color: 15365672.

HSL color Cylindrical-coordinate representation of color #2876EA: hue angle of 215.88º degrees, saturation: 0.82, 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 #2876EA is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 118 234 -
CMYK 0.83 0.50 0 0.08
HSL 215.88º 0.82% 0.54% -
HSV(B) 215.88º 0.83% 0.92% -
XYZ 22.2 19.35 80.41 -
YUV 107.9 199.16 79.57 -
System Red Green Blue C M Y K H S L
Decimal 40 118 234 0.83 0.50 0 0.08 215.88 0.82 0.54
Hex 28 76 EA 53 32 0 8 D8 52 36
Octal 50 166 352 123 62 0 10 330 122 66
Binary 101000 1110110 11101010 1010011 110010 0 1000 11011000 1010010 110110

Color Harmonies of #2876EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2876EA

Black with #2876EA

Text Example


Text Example

White with #2876EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2876EA; }

 p { color: rgb(40,118,234); }

 H1.HeaderClassName
 {
   color: #2876EA;
 }
 .AnyTagClassName
 {
   color: #2876EA;
 }
</style>

background-color css

<style>
 a { background-color: #2876EA; }

 a { background-color: rgb(40,118,234); }

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

border-color css

<style>
 span { border-color: #2876EA; }

 span { border-color: rgb(40,118,234); }

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