Html Css Color HEX #286BF6 Royal Blue

📋 copy color: '#286BF6'

red 40 ◦ green 107 ◦ blue 246

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

Shades of Royal Blue #286BF6

Tints of Royal Blue #286BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.6%

R = 10.18%
G = 27.23%
B = 62.6%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#286BF6 (or 0x286BF6) is known color: Royal Blue. HEX triplet: 28, 6B and F6. RGB value is (40,107,246). Sum of RGB (Red+Green+Blue) = 40+107+246=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #286BF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BF6 is #D79409. Grayscale: #666666. Windows color (decimal): -14128138 or 16149288. OLE color: 16149288.

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

Color convert

RGB 40 107 246 -
CMYK 0.84 0.57 0 0.04
HSL 220.49º 0.92% 0.56% -
HSV(B) 220.49º 0.84% 0.96% -
XYZ 22.77 17.62 89.39 -
YUV 102.81 208.8 83.2 -
System Red Green Blue C M Y K H S L
Decimal 40 107 246 0.84 0.57 0 0.04 220.49 0.92 0.56
Hex 28 6B F6 54 39 0 4 DC 5C 38
Octal 50 153 366 124 71 0 4 334 134 70
Binary 101000 1101011 11110110 1010100 111001 0 100 11011100 1011100 111000

Color Harmonies of #286BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286BF6

Black with #286BF6

Text Example


Text Example

White with #286BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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