Html Css Color HEX #2850EA Royal Blue

📋 copy color: '#2850EA'

red 40 ◦ green 80 ◦ blue 234

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

Shades of Royal Blue #2850EA

Tints of Royal Blue #2850EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 11.3%
G = 22.6%
B = 66.1%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2850EA (or 0x2850EA) is known color: Royal Blue. HEX triplet: 28, 50 and EA. RGB value is (40,80,234). Sum of RGB (Red+Green+Blue) = 40+80+234=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #2850EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2850EA is #D7AF15. Grayscale: #545454. Windows color (decimal): -14135062 or 15355944. OLE color: 15355944.

HSL color Cylindrical-coordinate representation of color #2850EA: hue angle of 227.63º degrees, saturation: 0.82, 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 #2850EA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 80 234 -
CMYK 0.83 0.66 0 0.08
HSL 227.63º 0.82% 0.54% -
HSV(B) 227.63º 0.83% 0.92% -
XYZ 18.6 12.13 79.2 -
YUV 85.6 211.75 95.48 -
System Red Green Blue C M Y K H S L
Decimal 40 80 234 0.83 0.66 0 0.08 227.63 0.82 0.54
Hex 28 50 EA 53 42 0 8 E4 52 36
Octal 50 120 352 123 102 0 10 344 122 66
Binary 101000 1010000 11101010 1010011 1000010 0 1000 11100100 1010010 110110

Color Harmonies of #2850EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2850EA

Black with #2850EA

Text Example


Text Example

White with #2850EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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