Html Css Color HEX #2872E9 Royal Blue

📋 copy color: '#2872E9'

red 40 ◦ green 114 ◦ blue 233

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

Shades of Royal Blue #2872E9

Tints of Royal Blue #2872E9

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 233 (91.41% from 255) = 60.21%

R = 10.34%
G = 29.46%
B = 60.21%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2872E9 (or 0x2872E9) is known color: Royal Blue. HEX triplet: 28, 72 and E9. RGB value is (40,114,233). Sum of RGB (Red+Green+Blue) = 40+114+233=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #2872E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2872E9 is #D78D16. Grayscale: #686868. Windows color (decimal): -14126359 or 15299112. OLE color: 15299112.

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

Color convert

RGB 40 114 233 -
CMYK 0.83 0.51 0 0.09
HSL 216.99º 0.81% 0.54% -
HSV(B) 216.99º 0.83% 0.91% -
XYZ 21.6 18.37 79.5 -
YUV 105.44 199.98 81.32 -
System Red Green Blue C M Y K H S L
Decimal 40 114 233 0.83 0.51 0 0.09 216.99 0.81 0.54
Hex 28 72 E9 53 33 0 9 D9 51 36
Octal 50 162 351 123 63 0 11 331 121 66
Binary 101000 1110010 11101001 1010011 110011 0 1001 11011001 1010001 110110

Color Harmonies of #2872E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2872E9

Black with #2872E9

Text Example


Text Example

White with #2872E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2872E9; }

 p { color: rgb(40,114,233); }

 H1.HeaderClassName
 {
   color: #2872E9;
 }
 .AnyTagClassName
 {
   color: #2872E9;
 }
</style>

background-color css

<style>
 a { background-color: #2872E9; }

 a { background-color: rgb(40,114,233); }

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

border-color css

<style>
 span { border-color: #2872E9; }

 span { border-color: rgb(40,114,233); }

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