Html Css Color HEX #286DDA Royal Blue

📋 copy color: '#286DDA'

red 40 ◦ green 109 ◦ blue 218

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

Shades of Royal Blue #286DDA

Tints of Royal Blue #286DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.4%

R = 10.9%
G = 29.7%
B = 59.4%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#286DDA (or 0x286DDA) is known color: Royal Blue. HEX triplet: 28, 6D and DA. RGB value is (40,109,218). Sum of RGB (Red+Green+Blue) = 40+109+218=367 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.90% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #286DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DDA is #D79225. Grayscale: #646464. Windows color (decimal): -14127654 or 14314792. OLE color: 14314792.

HSL color Cylindrical-coordinate representation of color #286DDA: hue angle of 216.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286DDA is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 109 218 -
CMYK 0.82 0.5 0 0.15
HSL 216.74º 0.71% 0.51% -
HSV(B) 216.74º 0.82% 0.85% -
XYZ 19 16.45 68.5 -
YUV 100.8 194.14 84.64 -
System Red Green Blue C M Y K H S L
Decimal 40 109 218 0.82 0.5 0 0.15 216.74 0.71 0.51
Hex 28 6D DA 52 32 0 F D9 47 33
Octal 50 155 332 122 62 0 17 331 107 63
Binary 101000 1101101 11011010 1010010 110010 0 1111 11011001 1000111 110011

Color Harmonies of #286DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286DDA

Black with #286DDA

Text Example


Text Example

White with #286DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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