Html Css Color HEX #286FF7 Royal Blue

📋 copy color: '#286FF7'

red 40 ◦ green 111 ◦ blue 247

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

Shades of Royal Blue #286FF7

Tints of Royal Blue #286FF7

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 247 (96.88% from 255) = 62.06%

R = 10.05%
G = 27.89%
B = 62.06%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#286FF7 (or 0x286FF7) is known color: Royal Blue. HEX triplet: 28, 6F and F7. RGB value is (40,111,247). Sum of RGB (Red+Green+Blue) = 40+111+247=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #286FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286FF7 is #D79008. Grayscale: #686868. Windows color (decimal): -14127113 or 16215848. OLE color: 16215848.

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

Color convert

RGB 40 111 247 -
CMYK 0.84 0.55 0 0.03
HSL 219.42º 0.93% 0.56% -
HSV(B) 219.42º 0.84% 0.97% -
XYZ 23.35 18.54 90.34 -
YUV 105.28 207.98 81.44 -
System Red Green Blue C M Y K H S L
Decimal 40 111 247 0.84 0.55 0 0.03 219.42 0.93 0.56
Hex 28 6F F7 54 37 0 3 DB 5D 38
Octal 50 157 367 124 67 0 3 333 135 70
Binary 101000 1101111 11110111 1010100 110111 0 11 11011011 1011101 111000

Color Harmonies of #286FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FF7

Black with #286FF7

Text Example


Text Example

White with #286FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,111,247); }

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

background-color css

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

 a { background-color: rgb(40,111,247); }

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

border-color css

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

 span { border-color: rgb(40,111,247); }

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