Html Css Color HEX #286CEB Royal Blue

📋 copy color: '#286CEB'

red 40 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #286CEB

Tints of Royal Blue #286CEB

RGB

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

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

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

R = 10.44%
G = 28.2%
B = 61.36%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#286CEB (or 0x286CEB) is known color: Royal Blue. HEX triplet: 28, 6C and EB. RGB value is (40,108,235). Sum of RGB (Red+Green+Blue) = 40+108+235=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #286CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CEB is #D79314. Grayscale: #656565. Windows color (decimal): -14127893 or 15428648. OLE color: 15428648.

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

Color convert

RGB 40 108 235 -
CMYK 0.83 0.54 0 0.08
HSL 219.08º 0.83% 0.54% -
HSV(B) 219.08º 0.83% 0.92% -
XYZ 21.23 17.17 80.79 -
YUV 102.15 202.97 83.67 -
System Red Green Blue C M Y K H S L
Decimal 40 108 235 0.83 0.54 0 0.08 219.08 0.83 0.54
Hex 28 6C EB 53 36 0 8 DB 53 36
Octal 50 154 353 123 66 0 10 333 123 66
Binary 101000 1101100 11101011 1010011 110110 0 1000 11011011 1010011 110110

Color Harmonies of #286CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286CEB

Black with #286CEB

Text Example


Text Example

White with #286CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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