Html Css Color HEX #2860EA Royal Blue

📋 copy color: '#2860EA'

red 40 ◦ green 96 ◦ blue 234

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

Shades of Royal Blue #2860EA

Tints of Royal Blue #2860EA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 10.81%
G = 25.95%
B = 63.24%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2860EA (or 0x2860EA) is known color: Royal Blue. HEX triplet: 28, 60 and EA. RGB value is (40,96,234). Sum of RGB (Red+Green+Blue) = 40+96+234=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #2860EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2860EA is #D79F15. Grayscale: #5E5E5E. Windows color (decimal): -14130966 or 15360040. OLE color: 15360040.

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

Color convert

RGB 40 96 234 -
CMYK 0.83 0.59 0 0.08
HSL 222.68º 0.82% 0.54% -
HSV(B) 222.68º 0.83% 0.92% -
XYZ 19.91 14.76 79.64 -
YUV 94.99 206.45 88.78 -
System Red Green Blue C M Y K H S L
Decimal 40 96 234 0.83 0.59 0 0.08 222.68 0.82 0.54
Hex 28 60 EA 53 3B 0 8 DF 52 36
Octal 50 140 352 123 73 0 10 337 122 66
Binary 101000 1100000 11101010 1010011 111011 0 1000 11011111 1010010 110110

Color Harmonies of #2860EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860EA

Black with #2860EA

Text Example


Text Example

White with #2860EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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