Html Css Color HEX #286AF8 Royal Blue

📋 copy color: '#286AF8'

red 40 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #286AF8

Tints of Royal Blue #286AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.94%

R = 10.15%
G = 26.9%
B = 62.94%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#286AF8 (or 0x286AF8) is known color: Royal Blue. HEX triplet: 28, 6A and F8. RGB value is (40,106,248). Sum of RGB (Red+Green+Blue) = 40+106+248=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #286AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286AF8 is #D79507. Grayscale: #656565. Windows color (decimal): -14128392 or 16280104. OLE color: 16280104.

HSL color Cylindrical-coordinate representation of color #286AF8: hue angle of 220.96º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286AF8 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 106 248 -
CMYK 0.84 0.57 0 0.03
HSL 220.96º 0.94% 0.56% -
HSV(B) 220.96º 0.84% 0.97% -
XYZ 22.97 17.54 90.98 -
YUV 102.45 210.13 83.45 -
System Red Green Blue C M Y K H S L
Decimal 40 106 248 0.84 0.57 0 0.03 220.96 0.94 0.56
Hex 28 6A F8 54 39 0 3 DD 5E 38
Octal 50 152 370 124 71 0 3 335 136 70
Binary 101000 1101010 11111000 1010100 111001 0 11 11011101 1011110 111000

Color Harmonies of #286AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286AF8

Black with #286AF8

Text Example


Text Example

White with #286AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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