Html Css Color HEX #2878DF Royal Blue

📋 copy color: '#2878DF'

red 40 ◦ green 120 ◦ blue 223

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

Shades of Royal Blue #2878DF

Tints of Royal Blue #2878DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 10.44%
G = 31.33%
B = 58.22%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2878DF (or 0x2878DF) is known color: Royal Blue. HEX triplet: 28, 78 and DF. RGB value is (40,120,223). Sum of RGB (Red+Green+Blue) = 40+120+223=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #2878DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2878DF is #D78720. Grayscale: #6B6B6B. Windows color (decimal): -14124833 or 14645288. OLE color: 14645288.

HSL color Cylindrical-coordinate representation of color #2878DF: hue angle of 213.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2878DF is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 120 223 -
CMYK 0.82 0.46 0 0.13
HSL 213.77º 0.74% 0.52% -
HSV(B) 213.77º 0.82% 0.87% -
XYZ 20.91 19.21 72.42 -
YUV 107.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 40 120 223 0.82 0.46 0 0.13 213.77 0.74 0.52
Hex 28 78 DF 52 2E 0 D D6 4A 34
Octal 50 170 337 122 56 0 15 326 112 64
Binary 101000 1111000 11011111 1010010 101110 0 1101 11010110 1001010 110100

Color Harmonies of #2878DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2878DF

Black with #2878DF

Text Example


Text Example

White with #2878DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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