Html Css Color HEX #286DDE Royal Blue

📋 copy color: '#286DDE'

red 40 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #286DDE

Tints of Royal Blue #286DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 10.78%
G = 29.38%
B = 59.84%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#286DDE (or 0x286DDE) is known color: Royal Blue. HEX triplet: 28, 6D and DE. RGB value is (40,109,222). Sum of RGB (Red+Green+Blue) = 40+109+222=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #286DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DDE is #D79221. Grayscale: #646464. Windows color (decimal): -14127650 or 14576936. OLE color: 14576936.

HSL color Cylindrical-coordinate representation of color #286DDE: hue angle of 217.25º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286DDE is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 109 222 -
CMYK 0.82 0.51 0 0.13
HSL 217.25º 0.73% 0.51% -
HSV(B) 217.25º 0.82% 0.87% -
XYZ 19.53 16.66 71.29 -
YUV 101.25 196.14 84.31 -
System Red Green Blue C M Y K H S L
Decimal 40 109 222 0.82 0.51 0 0.13 217.25 0.73 0.51
Hex 28 6D DE 52 33 0 D D9 49 33
Octal 50 155 336 122 63 0 15 331 111 63
Binary 101000 1101101 11011110 1010010 110011 0 1101 11011001 1001001 110011

Color Harmonies of #286DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286DDE

Black with #286DDE

Text Example


Text Example

White with #286DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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