Html Css Color HEX #286FDC Royal Blue

📋 copy color: '#286FDC'

red 40 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #286FDC

Tints of Royal Blue #286FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 10.78%
G = 29.92%
B = 59.3%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#286FDC (or 0x286FDC) is known color: Royal Blue. HEX triplet: 28, 6F and DC. RGB value is (40,111,220). Sum of RGB (Red+Green+Blue) = 40+111+220=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #286FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDC is #D79023. Grayscale: #656565. Windows color (decimal): -14127140 or 14446376. OLE color: 14446376.

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

Color convert

RGB 40 111 220 -
CMYK 0.82 0.50 0 0.14
HSL 216.33º 0.72% 0.51% -
HSV(B) 216.33º 0.82% 0.86% -
XYZ 19.48 16.99 69.96 -
YUV 102.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 40 111 220 0.82 0.50 0 0.14 216.33 0.72 0.51
Hex 28 6F DC 52 32 0 E D8 48 33
Octal 50 157 334 122 62 0 16 330 110 63
Binary 101000 1101111 11011100 1010010 110010 0 1110 11011000 1001000 110011

Color Harmonies of #286FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FDC

Black with #286FDC

Text Example


Text Example

White with #286FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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