Html Css Color HEX #286AFE Royal Blue

📋 copy color: '#286AFE'

red 40 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #286AFE

Tints of Royal Blue #286AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.5%

R = 10%
G = 26.5%
B = 63.5%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#286AFE (or 0x286AFE) is known color: Royal Blue. HEX triplet: 28, 6A and FE. RGB value is (40,106,254). Sum of RGB (Red+Green+Blue) = 40+106+254=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #286AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AFE is #D79501. Grayscale: #666666. Windows color (decimal): -14128386 or 16673320. OLE color: 16673320.

HSL color Cylindrical-coordinate representation of color #286AFE: hue angle of 221.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286AFE is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 106 254 -
CMYK 0.84 0.58 0 0.00
HSL 221.5º 0.99% 0.58% -
HSV(B) 221.5º 0.84% 1% -
XYZ 23.92 17.91 95.96 -
YUV 103.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 40 106 254 0.84 0.58 0 0.00 221.5 0.99 0.58
Hex 28 6A FE 54 3A 0 0 DD 63 3A
Octal 50 152 376 124 72 0 0 335 143 72
Binary 101000 1101010 11111110 1010100 111010 0 0 11011101 1100011 111010

Color Harmonies of #286AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AFE

Black with #286AFE

Text Example


Text Example

White with #286AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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