Html Css Color HEX #2851EE Royal Blue

📋 copy color: '#2851EE'

red 40 ◦ green 81 ◦ blue 238

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

Shades of Royal Blue #2851EE

Tints of Royal Blue #2851EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 11.14%
G = 22.56%
B = 66.3%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2851EE (or 0x2851EE) is known color: Royal Blue. HEX triplet: 28, 51 and EE. RGB value is (40,81,238). Sum of RGB (Red+Green+Blue) = 40+81+238=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #2851EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2851EE is #D7AE11. Grayscale: #555555. Windows color (decimal): -14134802 or 15618344. OLE color: 15618344.

HSL color Cylindrical-coordinate representation of color #2851EE: hue angle of 227.58º 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 #2851EE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 81 238 -
CMYK 0.83 0.66 0 0.07
HSL 227.58º 0.85% 0.55% -
HSV(B) 227.58º 0.83% 0.93% -
XYZ 19.25 12.51 82.29 -
YUV 86.64 213.42 94.73 -
System Red Green Blue C M Y K H S L
Decimal 40 81 238 0.83 0.66 0 0.07 227.58 0.85 0.55
Hex 28 51 EE 53 42 0 7 E4 55 37
Octal 50 121 356 123 102 0 7 344 125 67
Binary 101000 1010001 11101110 1010011 1000010 0 111 11100100 1010101 110111

Color Harmonies of #2851EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2851EE

Black with #2851EE

Text Example


Text Example

White with #2851EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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