Html Css Color HEX #286FDE Royal Blue

📋 copy color: '#286FDE'

red 40 ◦ green 111 ◦ blue 222

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

Shades of Royal Blue #286FDE

Tints of Royal Blue #286FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 10.72%
G = 29.76%
B = 59.52%

CMYK

 C value IS 0.82

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#286FDE (or 0x286FDE) is known color: Royal Blue. HEX triplet: 28, 6F and DE. RGB value is (40,111,222). Sum of RGB (Red+Green+Blue) = 40+111+222=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #286FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FDE is #D79021. Grayscale: #656565. Windows color (decimal): -14127138 or 14577448. OLE color: 14577448.

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

Color convert

RGB 40 111 222 -
CMYK 0.82 0.5 0 0.13
HSL 216.59º 0.73% 0.51% -
HSV(B) 216.59º 0.82% 0.87% -
XYZ 19.74 17.09 71.37 -
YUV 102.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 40 111 222 0.82 0.5 0 0.13 216.59 0.73 0.51
Hex 28 6F DE 52 32 0 D D9 49 33
Octal 50 157 336 122 62 0 15 331 111 63
Binary 101000 1101111 11011110 1010010 110010 0 1101 11011001 1001001 110011

Color Harmonies of #286FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286FDE

Black with #286FDE

Text Example


Text Example

White with #286FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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