#286CEB

Color #286CEB Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #286CEB

Tints of Royal Blue #286CEB

Color information

#286CEB (or 0x286CEB) is unknown color: approx Royal Blue. HEX triplet: 28, 6C and EB. RGB value is (40,108,235). Sum of RGB (Red+Green+Blue) = 40+108+235=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #286CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CEB is #D79314. Grayscale: #656565. Windows color (decimal): -14127893 or 15428648. OLE color: 15428648.

HSL color Cylindrical-coordinate representation of color #286CEB: hue angle of 219.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286CEB is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB40108235-
CMYK0.830.5400.08
HSL219.08º82.98%53.92%-
HSV(B)219.08º82.98%92.16%-
XYZ21.2317.1780.79-
YUV102.15202.9783.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.44%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=10.44%
G=28.20%
B=61.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal401082350.830.5400.08219.0882.9853.92
Hex286CEB533608db5336
Octal501543531236601033312366
Binary101000110110011101011101001111011001000110110111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,108,235); }

 H1.HeaderClassName
 {
   color: #286CEB;
 }
 .AnyTagClassName
 {
   color: #286CEB;
 }
</style>
background-color css

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

 a { background-color: rgb(40,108,235); }

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

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

 span { border-color: rgb(40,108,235); }

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