Html Css Color HEX #286DFE Royal Blue

📋 copy color: '#286DFE'

red 40 ◦ green 109 ◦ blue 254

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

Shades of Royal Blue #286DFE

Tints of Royal Blue #286DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.03%

R = 9.93%
G = 27.05%
B = 63.03%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#286DFE (or 0x286DFE) is known color: Royal Blue. HEX triplet: 28, 6D and FE. RGB value is (40,109,254). Sum of RGB (Red+Green+Blue) = 40+109+254=403 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.93% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #286DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #286DFE is #D79201. Grayscale: #686868. Windows color (decimal): -14127618 or 16674088. OLE color: 16674088.

HSL color Cylindrical-coordinate representation of color #286DFE: hue angle of 220.65º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #286DFE is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 40 109 254 -
CMYK 0.84 0.57 0 0.00
HSL 220.65º 0.99% 0.58% -
HSV(B) 220.65º 0.84% 1% -
XYZ 24.23 18.54 96.07 -
YUV 104.9 212.14 81.71 -
System Red Green Blue C M Y K H S L
Decimal 40 109 254 0.84 0.57 0 0.00 220.65 0.99 0.58
Hex 28 6D FE 54 39 0 0 DD 63 3A
Octal 50 155 376 124 71 0 0 335 143 72
Binary 101000 1101101 11111110 1010100 111001 0 0 11011101 1100011 111010

Color Harmonies of #286DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286DFE

Black with #286DFE

Text Example


Text Example

White with #286DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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