Html Css Color HEX #286AEB Royal Blue

📋 copy color: '#286AEB'

red 40 ◦ green 106 ◦ blue 235

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

Shades of Royal Blue #286AEB

Tints of Royal Blue #286AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 10.5%
G = 27.82%
B = 61.68%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#286AEB (or 0x286AEB) is known color: Royal Blue. HEX triplet: 28, 6A and EB. RGB value is (40,106,235). Sum of RGB (Red+Green+Blue) = 40+106+235=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #286AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AEB is #D79514. Grayscale: #646464. Windows color (decimal): -14128405 or 15428136. OLE color: 15428136.

HSL color Cylindrical-coordinate representation of color #286AEB: hue angle of 219.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286AEB is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 106 235 -
CMYK 0.83 0.55 0 0.08
HSL 219.69º 0.83% 0.54% -
HSV(B) 219.69º 0.83% 0.92% -
XYZ 21.02 16.76 80.72 -
YUV 100.97 203.63 84.51 -
System Red Green Blue C M Y K H S L
Decimal 40 106 235 0.83 0.55 0 0.08 219.69 0.83 0.54
Hex 28 6A EB 53 37 0 8 DC 53 36
Octal 50 152 353 123 67 0 10 334 123 66
Binary 101000 1101010 11101011 1010011 110111 0 1000 11011100 1010011 110110

Color Harmonies of #286AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AEB

Black with #286AEB

Text Example


Text Example

White with #286AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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