Html Css Color HEX #2860DC Royal Blue

📋 copy color: '#2860DC'

red 40 ◦ green 96 ◦ blue 220

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

Shades of Royal Blue #2860DC

Tints of Royal Blue #2860DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 11.24%
G = 26.97%
B = 61.8%

CMYK

 C value IS 0.82

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2860DC (or 0x2860DC) is known color: Royal Blue. HEX triplet: 28, 60 and DC. RGB value is (40,96,220). Sum of RGB (Red+Green+Blue) = 40+96+220=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #2860DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860DC is #D79F23. Grayscale: #5C5C5C. Windows color (decimal): -14130980 or 14442536. OLE color: 14442536.

HSL color Cylindrical-coordinate representation of color #2860DC: hue angle of 221.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2860DC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 96 220 -
CMYK 0.82 0.56 0 0.14
HSL 221.33º 0.72% 0.51% -
HSV(B) 221.33º 0.82% 0.86% -
XYZ 17.98 13.98 69.46 -
YUV 93.39 199.45 89.92 -
System Red Green Blue C M Y K H S L
Decimal 40 96 220 0.82 0.56 0 0.14 221.33 0.72 0.51
Hex 28 60 DC 52 38 0 E DD 48 33
Octal 50 140 334 122 70 0 16 335 110 63
Binary 101000 1100000 11011100 1010010 111000 0 1110 11011101 1001000 110011

Color Harmonies of #2860DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2860DC

Black with #2860DC

Text Example


Text Example

White with #2860DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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