Html Css Color HEX #2850EE Royal Blue

📋 copy color: '#2850EE'

red 40 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #2850EE

Tints of Royal Blue #2850EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 11.17%
G = 22.35%
B = 66.48%

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

#2850EE (or 0x2850EE) is known color: Royal Blue. HEX triplet: 28, 50 and EE. RGB value is (40,80,238). Sum of RGB (Red+Green+Blue) = 40+80+238=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #2850EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2850EE is #D7AF11. Grayscale: #555555. Windows color (decimal): -14135058 or 15618088. OLE color: 15618088.

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

Color convert

RGB 40 80 238 -
CMYK 0.83 0.66 0 0.07
HSL 227.88º 0.85% 0.55% -
HSV(B) 227.88º 0.83% 0.93% -
XYZ 19.18 12.36 82.26 -
YUV 86.05 213.75 95.15 -
System Red Green Blue C M Y K H S L
Decimal 40 80 238 0.83 0.66 0 0.07 227.88 0.85 0.55
Hex 28 50 EE 53 42 0 7 E4 55 37
Octal 50 120 356 123 102 0 7 344 125 67
Binary 101000 1010000 11101110 1010011 1000010 0 111 11100100 1010101 110111

Color Harmonies of #2850EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2850EE

Black with #2850EE

Text Example


Text Example

White with #2850EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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