Html Css Color HEX #2871EE Royal Blue

📋 copy color: '#2871EE'

red 40 ◦ green 113 ◦ blue 238

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

Shades of Royal Blue #2871EE

Tints of Royal Blue #2871EE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

 BLUE value IS 238 (93.36% from 255) = 60.87%

R = 10.23%
G = 28.9%
B = 60.87%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2871EE (or 0x2871EE) is known color: Royal Blue. HEX triplet: 28, 71 and EE. RGB value is (40,113,238). Sum of RGB (Red+Green+Blue) = 40+113+238=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #2871EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871EE is #D78E11. Grayscale: #686868. Windows color (decimal): -14126610 or 15626536. OLE color: 15626536.

HSL color Cylindrical-coordinate representation of color #2871EE: hue angle of 217.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2871EE is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 113 238 -
CMYK 0.83 0.53 0 0.07
HSL 217.88º 0.85% 0.55% -
HSV(B) 217.88º 0.83% 0.93% -
XYZ 22.21 18.43 83.28 -
YUV 105.42 202.82 81.34 -
System Red Green Blue C M Y K H S L
Decimal 40 113 238 0.83 0.53 0 0.07 217.88 0.85 0.55
Hex 28 71 EE 53 35 0 7 DA 55 37
Octal 50 161 356 123 65 0 7 332 125 67
Binary 101000 1110001 11101110 1010011 110101 0 111 11011010 1010101 110111

Color Harmonies of #2871EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871EE

Black with #2871EE

Text Example


Text Example

White with #2871EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2871EE; }

 p { color: rgb(40,113,238); }

 H1.HeaderClassName
 {
   color: #2871EE;
 }
 .AnyTagClassName
 {
   color: #2871EE;
 }
</style>

background-color css

<style>
 a { background-color: #2871EE; }

 a { background-color: rgb(40,113,238); }

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

border-color css

<style>
 span { border-color: #2871EE; }

 span { border-color: rgb(40,113,238); }

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