Html Css Color HEX #286EEE Royal Blue

📋 copy color: '#286EEE'

red 40 ◦ green 110 ◦ blue 238

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

Shades of Royal Blue #286EEE

Tints of Royal Blue #286EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.34%

R = 10.31%
G = 28.35%
B = 61.34%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#286EEE (or 0x286EEE) is known color: Royal Blue. HEX triplet: 28, 6E and EE. RGB value is (40,110,238). Sum of RGB (Red+Green+Blue) = 40+110+238=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #286EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EEE is #D79111. Grayscale: #676767. Windows color (decimal): -14127378 or 15625768. OLE color: 15625768.

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

Color convert

RGB 40 110 238 -
CMYK 0.83 0.54 0 0.07
HSL 218.79º 0.85% 0.55% -
HSV(B) 218.79º 0.83% 0.93% -
XYZ 21.88 17.78 83.17 -
YUV 103.66 203.81 82.59 -
System Red Green Blue C M Y K H S L
Decimal 40 110 238 0.83 0.54 0 0.07 218.79 0.85 0.55
Hex 28 6E EE 53 36 0 7 DB 55 37
Octal 50 156 356 123 66 0 7 333 125 67
Binary 101000 1101110 11101110 1010011 110110 0 111 11011011 1010101 110111

Color Harmonies of #286EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EEE

Black with #286EEE

Text Example


Text Example

White with #286EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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