Html Css Color HEX #2878E8 Royal Blue

📋 copy color: '#2878E8'

red 40 ◦ green 120 ◦ blue 232

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

Shades of Royal Blue #2878E8

Tints of Royal Blue #2878E8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

 BLUE value IS 232 (91.02% from 255) = 59.18%

R = 10.2%
G = 30.61%
B = 59.18%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2878E8 (or 0x2878E8) is known color: Royal Blue. HEX triplet: 28, 78 and E8. RGB value is (40,120,232). Sum of RGB (Red+Green+Blue) = 40+120+232=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #2878E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2878E8 is #D78717. Grayscale: #6C6C6C. Windows color (decimal): -14124824 or 15235112. OLE color: 15235112.

HSL color Cylindrical-coordinate representation of color #2878E8: hue angle of 215º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2878E8 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 40 120 232 -
CMYK 0.83 0.48 0 0.09
HSL 215º 0.81% 0.53% -
HSV(B) 215º 0.83% 0.91% -
XYZ 22.16 19.71 78.98 -
YUV 108.85 197.5 78.89 -
System Red Green Blue C M Y K H S L
Decimal 40 120 232 0.83 0.48 0 0.09 215 0.81 0.53
Hex 28 78 E8 53 30 0 9 D7 51 35
Octal 50 170 350 123 60 0 11 327 121 65
Binary 101000 1111000 11101000 1010011 110000 0 1001 11010111 1010001 110101

Color Harmonies of #2878E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2878E8

Black with #2878E8

Text Example


Text Example

White with #2878E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2878E8; }

 p { color: rgb(40,120,232); }

 H1.HeaderClassName
 {
   color: #2878E8;
 }
 .AnyTagClassName
 {
   color: #2878E8;
 }
</style>

background-color css

<style>
 a { background-color: #2878E8; }

 a { background-color: rgb(40,120,232); }

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

border-color css

<style>
 span { border-color: #2878E8; }

 span { border-color: rgb(40,120,232); }

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