Html Css Color HEX #286FD5 Royal Blue

📋 copy color: '#286FD5'

red 40 ◦ green 111 ◦ blue 213

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

Shades of Royal Blue #286FD5

Tints of Royal Blue #286FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.52%

R = 10.99%
G = 30.49%
B = 58.52%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#286FD5 (or 0x286FD5) is known color: Royal Blue. HEX triplet: 28, 6F and D5. RGB value is (40,111,213). Sum of RGB (Red+Green+Blue) = 40+111+213=364 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.99% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #286FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FD5 is #D7902A. Grayscale: #646464. Windows color (decimal): -14127147 or 13987624. OLE color: 13987624.

HSL color Cylindrical-coordinate representation of color #286FD5: hue angle of 215.38º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286FD5 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 40 111 213 -
CMYK 0.81 0.48 0 0.16
HSL 215.38º 0.68% 0.5% -
HSV(B) 215.38º 0.81% 0.84% -
XYZ 18.57 16.62 65.18 -
YUV 101.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 40 111 213 0.81 0.48 0 0.16 215.38 0.68 0.5
Hex 28 6F D5 51 30 0 10 D7 44 32
Octal 50 157 325 121 60 0 20 327 104 62
Binary 101000 1101111 11010101 1010001 110000 0 10000 11010111 1000100 110010

Color Harmonies of #286FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FD5

Black with #286FD5

Text Example


Text Example

White with #286FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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