Html Css Color HEX #286AEC Royal Blue

📋 copy color: '#286AEC'

red 40 ◦ green 106 ◦ blue 236

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

Shades of Royal Blue #286AEC

Tints of Royal Blue #286AEC

RGB

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

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

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

R = 10.47%
G = 27.75%
B = 61.78%

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

#286AEC (or 0x286AEC) is known color: Royal Blue. HEX triplet: 28, 6A and EC. RGB value is (40,106,236). Sum of RGB (Red+Green+Blue) = 40+106+236=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #286AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AEC is #D79513. Grayscale: #646464. Windows color (decimal): -14128404 or 15493672. OLE color: 15493672.

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

Color convert

RGB 40 106 236 -
CMYK 0.83 0.55 0 0.07
HSL 219.8º 0.84% 0.54% -
HSV(B) 219.8º 0.83% 0.93% -
XYZ 21.17 16.82 81.49 -
YUV 101.09 204.13 84.43 -
System Red Green Blue C M Y K H S L
Decimal 40 106 236 0.83 0.55 0 0.07 219.8 0.84 0.54
Hex 28 6A EC 53 37 0 7 DC 54 36
Octal 50 152 354 123 67 0 7 334 124 66
Binary 101000 1101010 11101100 1010011 110111 0 111 11011100 1010100 110110

Color Harmonies of #286AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AEC

Black with #286AEC

Text Example


Text Example

White with #286AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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