Html Css Color HEX #286EEC Royal Blue

📋 copy color: '#286EEC'

red 40 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #286EEC

Tints of Royal Blue #286EEC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 10.36%
G = 28.5%
B = 61.14%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#286EEC (or 0x286EEC) is known color: Royal Blue. HEX triplet: 28, 6E and EC. RGB value is (40,110,236). Sum of RGB (Red+Green+Blue) = 40+110+236=386 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.36% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #286EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EEC is #D79113. Grayscale: #666666. Windows color (decimal): -14127380 or 15494696. OLE color: 15494696.

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

Color convert

RGB 40 110 236 -
CMYK 0.83 0.53 0 0.07
HSL 218.57º 0.84% 0.54% -
HSV(B) 218.57º 0.83% 0.93% -
XYZ 21.59 17.66 81.63 -
YUV 103.43 202.81 82.75 -
System Red Green Blue C M Y K H S L
Decimal 40 110 236 0.83 0.53 0 0.07 218.57 0.84 0.54
Hex 28 6E EC 53 35 0 7 DB 54 36
Octal 50 156 354 123 65 0 7 333 124 66
Binary 101000 1101110 11101100 1010011 110101 0 111 11011011 1010100 110110

Color Harmonies of #286EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EEC

Black with #286EEC

Text Example


Text Example

White with #286EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,110,236); }

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

background-color css

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

 a { background-color: rgb(40,110,236); }

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

border-color css

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

 span { border-color: rgb(40,110,236); }

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