Html Css Color HEX #286BF1 Royal Blue

📋 copy color: '#286BF1'

red 40 ◦ green 107 ◦ blue 241

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

Shades of Royal Blue #286BF1

Tints of Royal Blue #286BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 62.11%

R = 10.31%
G = 27.58%
B = 62.11%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#286BF1 (or 0x286BF1) is known color: Royal Blue. HEX triplet: 28, 6B and F1. RGB value is (40,107,241). Sum of RGB (Red+Green+Blue) = 40+107+241=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #286BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286BF1 is #D7940E. Grayscale: #656565. Windows color (decimal): -14128143 or 15821608. OLE color: 15821608.

HSL color Cylindrical-coordinate representation of color #286BF1: hue angle of 220º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #286BF1 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 107 241 -
CMYK 0.83 0.56 0 0.05
HSL 220º 0.88% 0.55% -
HSV(B) 220º 0.83% 0.95% -
XYZ 22.01 17.32 85.4 -
YUV 102.24 206.3 83.6 -
System Red Green Blue C M Y K H S L
Decimal 40 107 241 0.83 0.56 0 0.05 220 0.88 0.55
Hex 28 6B F1 53 38 0 5 DC 58 37
Octal 50 153 361 123 70 0 5 334 130 67
Binary 101000 1101011 11110001 1010011 111000 0 101 11011100 1011000 110111

Color Harmonies of #286BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286BF1

Black with #286BF1

Text Example


Text Example

White with #286BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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