#2869ec

Color #2869EC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2869EC

Tints of Royal Blue #2869EC

Color information

#2869EC (or 0x2869EC) is unknown color: approx Royal Blue. HEX triplet: 28, 69 and EC. RGB value is (40,105,236). Sum of RGB (Red+Green+Blue) = 40+105+236=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #2869EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2869EC is #D79613. Grayscale: #636363. Windows color (decimal): -14128660 or 15493416. OLE color: 15493416.

HSL color Cylindrical-coordinate representation of color #2869EC: hue angle of 220.1º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2869EC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB40105236-
CMYK0.830.5600.07
HSL220.1º83.76%54.12%-
HSV(B)220.1º83.05%92.55%-
XYZ21.0716.6181.45-
YUV100.5204.4784.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.50%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 236 (92.58% from 255) = 61.94%
R=10.50%
G=27.56%
B=61.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal401052360.830.5600.07220.183.7654.12
Hex2869EC533807dc5436
Octal50151354123700733412466
Binary10100011010011110110010100111110000111110111001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2869ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2869ec; }

 p { color: rgb(40,105,236); }

 H1.HeaderClassName
 {
   color: #2869ec;
 }
 .AnyTagClassName
 {
   color: #2869ec;
 }
</style>
background-color css

<style>
 a { background-color: #2869ec; }

 a { background-color: rgb(40,105,236); }

 div.DivClassName
 {
   background-color: #2869ec;
 }
 .BgClassName
 {
   background-color: #2869ec;
 }
</style>
border-color css

<style>
 span { border-color: #2869ec; }

 span { border-color: rgb(40,105,236); }

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