Html Css Color HEX #2871EB Royal Blue

📋 copy color: '#2871EB'

red 40 ◦ green 113 ◦ blue 235

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

Shades of Royal Blue #2871EB

Tints of Royal Blue #2871EB

RGB

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

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

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

R = 10.31%
G = 29.12%
B = 60.57%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2871EB (or 0x2871EB) is known color: Royal Blue. HEX triplet: 28, 71 and EB. RGB value is (40,113,235). Sum of RGB (Red+Green+Blue) = 40+113+235=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #2871EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2871EB is #D78E14. Grayscale: #686868. Windows color (decimal): -14126613 or 15429928. OLE color: 15429928.

HSL color Cylindrical-coordinate representation of color #2871EB: hue angle of 217.54º 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 #2871EB is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 113 235 -
CMYK 0.83 0.52 0 0.08
HSL 217.54º 0.83% 0.54% -
HSV(B) 217.54º 0.83% 0.92% -
XYZ 21.78 18.26 80.97 -
YUV 105.08 201.32 81.58 -
System Red Green Blue C M Y K H S L
Decimal 40 113 235 0.83 0.52 0 0.08 217.54 0.83 0.54
Hex 28 71 EB 53 34 0 8 DA 53 36
Octal 50 161 353 123 64 0 10 332 123 66
Binary 101000 1110001 11101011 1010011 110100 0 1000 11011010 1010011 110110

Color Harmonies of #2871EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871EB

Black with #2871EB

Text Example


Text Example

White with #2871EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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