Html Css Color HEX #286CDC Royal Blue

📋 copy color: '#286CDC'

red 40 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #286CDC

Tints of Royal Blue #286CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 10.87%
G = 29.35%
B = 59.78%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#286CDC (or 0x286CDC) is known color: Royal Blue. HEX triplet: 28, 6C and DC. RGB value is (40,108,220). Sum of RGB (Red+Green+Blue) = 40+108+220=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #286CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286CDC is #D79323. Grayscale: #636363. Windows color (decimal): -14127908 or 14445608. OLE color: 14445608.

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

Color convert

RGB 40 108 220 -
CMYK 0.82 0.51 0 0.14
HSL 217.33º 0.72% 0.51% -
HSV(B) 217.33º 0.82% 0.86% -
XYZ 19.16 16.34 69.86 -
YUV 100.44 195.47 84.89 -
System Red Green Blue C M Y K H S L
Decimal 40 108 220 0.82 0.51 0 0.14 217.33 0.72 0.51
Hex 28 6C DC 52 33 0 E D9 48 33
Octal 50 154 334 122 63 0 16 331 110 63
Binary 101000 1101100 11011100 1010010 110011 0 1110 11011001 1001000 110011

Color Harmonies of #286CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286CDC

Black with #286CDC

Text Example


Text Example

White with #286CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286CDC; }

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

 H1.HeaderClassName
 {
   color: #286CDC;
 }
 .AnyTagClassName
 {
   color: #286CDC;
 }
</style>

background-color css

<style>
 a { background-color: #286CDC; }

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

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

border-color css

<style>
 span { border-color: #286CDC; }

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

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