Html Css Color HEX #2860EF Royal Blue

📋 copy color: '#2860EF'

red 40 ◦ green 96 ◦ blue 239

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

Shades of Royal Blue #2860EF

Tints of Royal Blue #2860EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 10.67%
G = 25.6%
B = 63.73%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2860EF (or 0x2860EF) is known color: Royal Blue. HEX triplet: 28, 60 and EF. RGB value is (40,96,239). Sum of RGB (Red+Green+Blue) = 40+96+239=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #2860EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2860EF is #D79F10. Grayscale: #5E5E5E. Windows color (decimal): -14130961 or 15687720. OLE color: 15687720.

HSL color Cylindrical-coordinate representation of color #2860EF: hue angle of 223.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2860EF is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 40 96 239 -
CMYK 0.83 0.60 0 0.06
HSL 223.12º 0.86% 0.55% -
HSV(B) 223.12º 0.83% 0.94% -
XYZ 20.64 15.05 83.48 -
YUV 95.56 208.95 88.37 -
System Red Green Blue C M Y K H S L
Decimal 40 96 239 0.83 0.60 0 0.06 223.12 0.86 0.55
Hex 28 60 EF 53 3C 0 6 DF 56 37
Octal 50 140 357 123 74 0 6 337 126 67
Binary 101000 1100000 11101111 1010011 111100 0 110 11011111 1010110 110111

Color Harmonies of #2860EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860EF

Black with #2860EF

Text Example


Text Example

White with #2860EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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