Html Css Color HEX #286FDD Royal Blue

📋 copy color: '#286FDD'

red 40 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #286FDD

Tints of Royal Blue #286FDD

RGB

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

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

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

R = 10.75%
G = 29.84%
B = 59.41%

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

#286FDD (or 0x286FDD) is known color: Royal Blue. HEX triplet: 28, 6F and DD. RGB value is (40,111,221). Sum of RGB (Red+Green+Blue) = 40+111+221=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #286FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDD is #D79022. Grayscale: #656565. Windows color (decimal): -14127139 or 14511912. OLE color: 14511912.

HSL color Cylindrical-coordinate representation of color #286FDD: hue angle of 216.46º 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 #286FDD is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 111 221 -
CMYK 0.82 0.50 0 0.13
HSL 216.46º 0.73% 0.51% -
HSV(B) 216.46º 0.82% 0.87% -
XYZ 19.61 17.04 70.66 -
YUV 102.31 194.98 83.56 -
System Red Green Blue C M Y K H S L
Decimal 40 111 221 0.82 0.50 0 0.13 216.46 0.73 0.51
Hex 28 6F DD 52 32 0 D D8 49 33
Octal 50 157 335 122 62 0 15 330 111 63
Binary 101000 1101111 11011101 1010010 110010 0 1101 11011000 1001001 110011

Color Harmonies of #286FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FDD

Black with #286FDD

Text Example


Text Example

White with #286FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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