Html Css Color HEX #286EED Royal Blue

📋 copy color: '#286EED'

red 40 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #286EED

Tints of Royal Blue #286EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 10.34%
G = 28.42%
B = 61.24%

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

#286EED (or 0x286EED) is known color: Royal Blue. HEX triplet: 28, 6E and ED. RGB value is (40,110,237). Sum of RGB (Red+Green+Blue) = 40+110+237=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #286EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286EED is #D79112. Grayscale: #666666. Windows color (decimal): -14127379 or 15560232. OLE color: 15560232.

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

Color convert

RGB 40 110 237 -
CMYK 0.83 0.54 0 0.07
HSL 218.68º 0.85% 0.54% -
HSV(B) 218.68º 0.83% 0.93% -
XYZ 21.74 17.72 82.39 -
YUV 103.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 40 110 237 0.83 0.54 0 0.07 218.68 0.85 0.54
Hex 28 6E ED 53 36 0 7 DB 55 36
Octal 50 156 355 123 66 0 7 333 125 66
Binary 101000 1101110 11101101 1010011 110110 0 111 11011011 1010101 110110

Color Harmonies of #286EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EED

Black with #286EED

Text Example


Text Example

White with #286EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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