Html Css Color HEX #286FEC Royal Blue

📋 copy color: '#286FEC'

red 40 ◦ green 111 ◦ blue 236

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

Shades of Royal Blue #286FEC

Tints of Royal Blue #286FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 10.34%
G = 28.68%
B = 60.98%

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

#286FEC (or 0x286FEC) is known color: Royal Blue. HEX triplet: 28, 6F and EC. RGB value is (40,111,236). Sum of RGB (Red+Green+Blue) = 40+111+236=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #286FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FEC is #D79013. Grayscale: #676767. Windows color (decimal): -14127124 or 15494952. OLE color: 15494952.

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

Color convert

RGB 40 111 236 -
CMYK 0.83 0.53 0 0.07
HSL 218.27º 0.84% 0.54% -
HSV(B) 218.27º 0.83% 0.93% -
XYZ 21.7 17.88 81.66 -
YUV 104.02 202.48 82.34 -
System Red Green Blue C M Y K H S L
Decimal 40 111 236 0.83 0.53 0 0.07 218.27 0.84 0.54
Hex 28 6F EC 53 35 0 7 DA 54 36
Octal 50 157 354 123 65 0 7 332 124 66
Binary 101000 1101111 11101100 1010011 110101 0 111 11011010 1010100 110110

Color Harmonies of #286FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FEC

Black with #286FEC

Text Example


Text Example

White with #286FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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