Html Css Color HEX #286FDB Royal Blue

📋 copy color: '#286FDB'

red 40 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #286FDB

Tints of Royal Blue #286FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 10.81%
G = 30%
B = 59.19%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#286FDB (or 0x286FDB) is known color: Royal Blue. HEX triplet: 28, 6F and DB. RGB value is (40,111,219). Sum of RGB (Red+Green+Blue) = 40+111+219=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #286FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDB is #D79024. Grayscale: #656565. Windows color (decimal): -14127141 or 14380840. OLE color: 14380840.

HSL color Cylindrical-coordinate representation of color #286FDB: hue angle of 216.2º degrees, saturation: 0.71, 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 #286FDB is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 111 219 -
CMYK 0.82 0.49 0 0.14
HSL 216.2º 0.71% 0.51% -
HSV(B) 216.2º 0.82% 0.86% -
XYZ 19.35 16.93 69.27 -
YUV 102.08 193.98 83.72 -
System Red Green Blue C M Y K H S L
Decimal 40 111 219 0.82 0.49 0 0.14 216.2 0.71 0.51
Hex 28 6F DB 52 31 0 E D8 47 33
Octal 50 157 333 122 61 0 16 330 107 63
Binary 101000 1101111 11011011 1010010 110001 0 1110 11011000 1000111 110011

Color Harmonies of #286FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FDB

Black with #286FDB

Text Example


Text Example

White with #286FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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