Html Css Color HEX #286EE2 Royal Blue

📋 copy color: '#286EE2'

red 40 ◦ green 110 ◦ blue 226

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

Shades of Royal Blue #286EE2

Tints of Royal Blue #286EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 60.11%

R = 10.64%
G = 29.26%
B = 60.11%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#286EE2 (or 0x286EE2) is known color: Royal Blue. HEX triplet: 28, 6E and E2. RGB value is (40,110,226). Sum of RGB (Red+Green+Blue) = 40+110+226=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 226 (88.67% from 255 or 60.11% from 376); Max value from RGB is 226 - color contains mainly: blue. Hex color #286EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EE2 is #D7911D. Grayscale: #656565. Windows color (decimal): -14127390 or 14839336. OLE color: 14839336.

HSL color Cylindrical-coordinate representation of color #286EE2: hue angle of 217.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286EE2 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 40 110 226 -
CMYK 0.82 0.51 0 0.11
HSL 217.42º 0.76% 0.52% -
HSV(B) 217.42º 0.82% 0.89% -
XYZ 20.18 17.09 74.19 -
YUV 102.29 197.81 83.57 -
System Red Green Blue C M Y K H S L
Decimal 40 110 226 0.82 0.51 0 0.11 217.42 0.76 0.52
Hex 28 6E E2 52 33 0 B D9 4C 34
Octal 50 156 342 122 63 0 13 331 114 64
Binary 101000 1101110 11100010 1010010 110011 0 1011 11011001 1001100 110100

Color Harmonies of #286EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EE2

Black with #286EE2

Text Example


Text Example

White with #286EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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