Html Css Color HEX #286CF8 Royal Blue

📋 copy color: '#286CF8'

red 40 ◦ green 108 ◦ blue 248

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

Shades of Royal Blue #286CF8

Tints of Royal Blue #286CF8

RGB

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

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

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

R = 10.1%
G = 27.27%
B = 62.63%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#286CF8 (or 0x286CF8) is known color: Royal Blue. HEX triplet: 28, 6C and F8. RGB value is (40,108,248). Sum of RGB (Red+Green+Blue) = 40+108+248=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 248 (97.27% from 255 or 62.63% from 396); Max value from RGB is 248 - color contains mainly: blue. Hex color #286CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286CF8 is #D79307. Grayscale: #676767. Windows color (decimal): -14127880 or 16280616. OLE color: 16280616.

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

Color convert

RGB 40 108 248 -
CMYK 0.84 0.56 0 0.03
HSL 220.38º 0.94% 0.56% -
HSV(B) 220.38º 0.84% 0.97% -
XYZ 23.18 17.95 91.05 -
YUV 103.63 209.47 82.62 -
System Red Green Blue C M Y K H S L
Decimal 40 108 248 0.84 0.56 0 0.03 220.38 0.94 0.56
Hex 28 6C F8 54 38 0 3 DC 5E 38
Octal 50 154 370 124 70 0 3 334 136 70
Binary 101000 1101100 11111000 1010100 111000 0 11 11011100 1011110 111000

Color Harmonies of #286CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286CF8

Black with #286CF8

Text Example


Text Example

White with #286CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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