Html Css Color HEX #286FD6 Royal Blue

📋 copy color: '#286FD6'

red 40 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #286FD6

Tints of Royal Blue #286FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 58.63%

R = 10.96%
G = 30.41%
B = 58.63%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#286FD6 (or 0x286FD6) is known color: Royal Blue. HEX triplet: 28, 6F and D6. RGB value is (40,111,214). Sum of RGB (Red+Green+Blue) = 40+111+214=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 214 (83.98% from 255 or 58.63% from 365); Max value from RGB is 214 - color contains mainly: blue. Hex color #286FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FD6 is #D79029. Grayscale: #656565. Windows color (decimal): -14127146 or 14053160. OLE color: 14053160.

HSL color Cylindrical-coordinate representation of color #286FD6: hue angle of 215.52º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286FD6 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 111 214 -
CMYK 0.81 0.48 0 0.16
HSL 215.52º 0.69% 0.5% -
HSV(B) 215.52º 0.81% 0.84% -
XYZ 18.7 16.68 65.85 -
YUV 101.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 40 111 214 0.81 0.48 0 0.16 215.52 0.69 0.5
Hex 28 6F D6 51 30 0 10 D8 45 32
Octal 50 157 326 121 60 0 20 330 105 62
Binary 101000 1101111 11010110 1010001 110000 0 10000 11011000 1000101 110010

Color Harmonies of #286FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FD6

Black with #286FD6

Text Example


Text Example

White with #286FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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