Html Css Color HEX #286DDB Royal Blue

📋 copy color: '#286DDB'

red 40 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #286DDB

Tints of Royal Blue #286DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

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

R = 10.87%
G = 29.62%
B = 59.51%

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

#286DDB (or 0x286DDB) is known color: Royal Blue. HEX triplet: 28, 6D and DB. RGB value is (40,109,219). Sum of RGB (Red+Green+Blue) = 40+109+219=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #286DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DDB is #D79224. Grayscale: #646464. Windows color (decimal): -14127653 or 14380328. OLE color: 14380328.

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

Color convert

RGB 40 109 219 -
CMYK 0.82 0.50 0 0.14
HSL 216.87º 0.71% 0.51% -
HSV(B) 216.87º 0.82% 0.86% -
XYZ 19.13 16.5 69.19 -
YUV 100.91 194.64 84.56 -
System Red Green Blue C M Y K H S L
Decimal 40 109 219 0.82 0.50 0 0.14 216.87 0.71 0.51
Hex 28 6D DB 52 32 0 E D9 47 33
Octal 50 155 333 122 62 0 16 331 107 63
Binary 101000 1101101 11011011 1010010 110010 0 1110 11011001 1000111 110011

Color Harmonies of #286DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286DDB

Black with #286DDB

Text Example


Text Example

White with #286DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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