Html Css Color HEX #286CEC Royal Blue

📋 copy color: '#286CEC'

red 40 ◦ green 108 ◦ blue 236

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

Shades of Royal Blue #286CEC

Tints of Royal Blue #286CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 10.42%
G = 28.13%
B = 61.46%

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

#286CEC (or 0x286CEC) is known color: Royal Blue. HEX triplet: 28, 6C and EC. RGB value is (40,108,236). Sum of RGB (Red+Green+Blue) = 40+108+236=384 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.42% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #286CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CEC is #D79313. Grayscale: #656565. Windows color (decimal): -14127892 or 15494184. OLE color: 15494184.

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

Color convert

RGB 40 108 236 -
CMYK 0.83 0.54 0 0.07
HSL 219.18º 0.84% 0.54% -
HSV(B) 219.18º 0.83% 0.93% -
XYZ 21.38 17.23 81.56 -
YUV 102.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 40 108 236 0.83 0.54 0 0.07 219.18 0.84 0.54
Hex 28 6C EC 53 36 0 7 DB 54 36
Octal 50 154 354 123 66 0 7 333 124 66
Binary 101000 1101100 11101100 1010011 110110 0 111 11011011 1010100 110110

Color Harmonies of #286CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286CEC

Black with #286CEC

Text Example


Text Example

White with #286CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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