Html Css Color HEX #286EDD Royal Blue

📋 copy color: '#286EDD'

red 40 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #286EDD

Tints of Royal Blue #286EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 10.78%
G = 29.65%
B = 59.57%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#286EDD (or 0x286EDD) is known color: Royal Blue. HEX triplet: 28, 6E and DD. RGB value is (40,110,221). Sum of RGB (Red+Green+Blue) = 40+110+221=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #286EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EDD is #D79122. Grayscale: #656565. Windows color (decimal): -14127395 or 14511656. OLE color: 14511656.

HSL color Cylindrical-coordinate representation of color #286EDD: hue angle of 216.8º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #286EDD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 110 221 -
CMYK 0.82 0.50 0 0.13
HSL 216.8º 0.73% 0.51% -
HSV(B) 216.8º 0.82% 0.87% -
XYZ 19.5 16.82 70.63 -
YUV 101.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 40 110 221 0.82 0.50 0 0.13 216.8 0.73 0.51
Hex 28 6E DD 52 32 0 D D9 49 33
Octal 50 156 335 122 62 0 15 331 111 63
Binary 101000 1101110 11011101 1010010 110010 0 1101 11011001 1001001 110011

Color Harmonies of #286EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286EDD

Black with #286EDD

Text Example


Text Example

White with #286EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,110,221); }

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

background-color css

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

 a { background-color: rgb(40,110,221); }

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

border-color css

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

 span { border-color: rgb(40,110,221); }

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