Html Css Color HEX #2866DC Royal Blue

📋 copy color: '#2866DC'

red 40 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #2866DC

Tints of Royal Blue #2866DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

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

R = 11.05%
G = 28.18%
B = 60.77%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2866DC (or 0x2866DC) is known color: Royal Blue. HEX triplet: 28, 66 and DC. RGB value is (40,102,220). Sum of RGB (Red+Green+Blue) = 40+102+220=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #2866DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2866DC is #D79923. Grayscale: #606060. Windows color (decimal): -14129444 or 14444072. OLE color: 14444072.

HSL color Cylindrical-coordinate representation of color #2866DC: hue angle of 219.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 #2866DC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 102 220 -
CMYK 0.82 0.54 0 0.14
HSL 219.33º 0.72% 0.51% -
HSV(B) 219.33º 0.82% 0.86% -
XYZ 18.54 15.12 69.65 -
YUV 96.91 197.46 87.41 -
System Red Green Blue C M Y K H S L
Decimal 40 102 220 0.82 0.54 0 0.14 219.33 0.72 0.51
Hex 28 66 DC 52 36 0 E DB 48 33
Octal 50 146 334 122 66 0 16 333 110 63
Binary 101000 1100110 11011100 1010010 110110 0 1110 11011011 1001000 110011

Color Harmonies of #2866DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2866DC

Black with #2866DC

Text Example


Text Example

White with #2866DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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