Html Css Color HEX #286BF8 Royal Blue

📋 copy color: '#286BF8'

red 40 ◦ green 107 ◦ blue 248

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

Shades of Royal Blue #286BF8

Tints of Royal Blue #286BF8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 10.13%
G = 27.09%
B = 62.78%

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

#286BF8 (or 0x286BF8) is known color: Royal Blue. HEX triplet: 28, 6B and F8. RGB value is (40,107,248). Sum of RGB (Red+Green+Blue) = 40+107+248=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 248 (97.27% from 255 or 62.78% from 395); Max value from RGB is 248 - color contains mainly: blue. Hex color #286BF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BF8 is #D79407. Grayscale: #666666. Windows color (decimal): -14128136 or 16280360. OLE color: 16280360.

HSL color Cylindrical-coordinate representation of color #286BF8: hue angle of 220.67º 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 #286BF8 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 107 248 -
CMYK 0.84 0.57 0 0.03
HSL 220.67º 0.94% 0.56% -
HSV(B) 220.67º 0.84% 0.97% -
XYZ 23.08 17.74 91.02 -
YUV 103.04 209.8 83.04 -
System Red Green Blue C M Y K H S L
Decimal 40 107 248 0.84 0.57 0 0.03 220.67 0.94 0.56
Hex 28 6B F8 54 39 0 3 DD 5E 38
Octal 50 153 370 124 71 0 3 335 136 70
Binary 101000 1101011 11111000 1010100 111001 0 11 11011101 1011110 111000

Color Harmonies of #286BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286BF8

Black with #286BF8

Text Example


Text Example

White with #286BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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