Html Css Color HEX #286AFF Royal Blue

📋 copy color: '#286AFF'

red 40 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #286AFF

Tints of Royal Blue #286AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.59%

R = 9.98%
G = 26.43%
B = 63.59%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#286AFF (or 0x286AFF) is known color: Royal Blue. HEX triplet: 28, 6A and FF. RGB value is (40,106,255). Sum of RGB (Red+Green+Blue) = 40+106+255=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #286AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AFF is #D79500. Grayscale: #666666. Windows color (decimal): -14128385 or 16738856. OLE color: 16738856.

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

Color convert

RGB 40 106 255 -
CMYK 0.84 0.58 0 0
HSL 221.58º 1% 0.58% -
HSV(B) 221.58º 0.84% 1% -
XYZ 24.08 17.98 96.81 -
YUV 103.25 213.63 82.88 -
System Red Green Blue C M Y K H S L
Decimal 40 106 255 0.84 0.58 0 0 221.58 1 0.58
Hex 28 6A FF 54 3A 0 0 DE 64 3A
Octal 50 152 377 124 72 0 0 336 144 72
Binary 101000 1101010 11111111 1010100 111010 0 0 11011110 1100100 111010

Color Harmonies of #286AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AFF

Black with #286AFF

Text Example


Text Example

White with #286AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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