Html Css Color HEX #286DF5 Royal Blue

📋 copy color: '#286DF5'

red 40 ◦ green 109 ◦ blue 245

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

Shades of Royal Blue #286DF5

Tints of Royal Blue #286DF5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 245 (96.09% from 255) = 62.18%

R = 10.15%
G = 27.66%
B = 62.18%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#286DF5 (or 0x286DF5) is known color: Royal Blue. HEX triplet: 28, 6D and F5. RGB value is (40,109,245). Sum of RGB (Red+Green+Blue) = 40+109+245=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 245 (96.09% from 255 or 62.18% from 394); Max value from RGB is 245 - color contains mainly: blue. Hex color #286DF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DF5 is #D7920A. Grayscale: #676767. Windows color (decimal): -14127627 or 16084264. OLE color: 16084264.

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

Color convert

RGB 40 109 245 -
CMYK 0.84 0.56 0 0.04
HSL 219.8º 0.91% 0.56% -
HSV(B) 219.8º 0.84% 0.96% -
XYZ 22.83 17.98 88.65 -
YUV 103.87 207.64 82.44 -
System Red Green Blue C M Y K H S L
Decimal 40 109 245 0.84 0.56 0 0.04 219.8 0.91 0.56
Hex 28 6D F5 54 38 0 4 DC 5B 38
Octal 50 155 365 124 70 0 4 334 133 70
Binary 101000 1101101 11110101 1010100 111000 0 100 11011100 1011011 111000

Color Harmonies of #286DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286DF5

Black with #286DF5

Text Example


Text Example

White with #286DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,109,245); }

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

background-color css

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

 a { background-color: rgb(40,109,245); }

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

border-color css

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

 span { border-color: rgb(40,109,245); }

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