Html Css Color HEX #286AEE Royal Blue

📋 copy color: '#286AEE'

red 40 ◦ green 106 ◦ blue 238

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

Shades of Royal Blue #286AEE

Tints of Royal Blue #286AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

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

R = 10.42%
G = 27.6%
B = 61.98%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#286AEE (or 0x286AEE) is known color: Royal Blue. HEX triplet: 28, 6A and EE. RGB value is (40,106,238). Sum of RGB (Red+Green+Blue) = 40+106+238=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #286AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AEE is #D79511. Grayscale: #646464. Windows color (decimal): -14128402 or 15624744. OLE color: 15624744.

HSL color Cylindrical-coordinate representation of color #286AEE: hue angle of 220º 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 #286AEE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 106 238 -
CMYK 0.83 0.55 0 0.07
HSL 220º 0.85% 0.55% -
HSV(B) 220º 0.83% 0.93% -
XYZ 21.46 16.93 83.03 -
YUV 101.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 40 106 238 0.83 0.55 0 0.07 220 0.85 0.55
Hex 28 6A EE 53 37 0 7 DC 55 37
Octal 50 152 356 123 67 0 7 334 125 67
Binary 101000 1101010 11101110 1010011 110111 0 111 11011100 1010101 110111

Color Harmonies of #286AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AEE

Black with #286AEE

Text Example


Text Example

White with #286AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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