#0E21EF

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

Shades of Blue #0E21EF

Tints of Blue #0E21EF

Color information

#0E21EF (or 0x0E21EF) is unknown color: approx Blue. HEX triplet: 0E, 21 and EF. RGB value is (14,33,239). Sum of RGB (Red+Green+Blue) = 14+33+239=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 239 (93.75% from 255 or 83.57% from 286); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E21EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E21EF is #F1DE10. Grayscale: #313131. Windows color (decimal): -15851025 or 15671566. OLE color: 15671566.

HSL color Cylindrical-coordinate representation of color #0E21EF: hue angle of 234.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E21EF is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1433239-
CMYK0.940.8600.06
HSL234.93º88.93%49.61%-
HSV(B)234.93º94.14%93.73%-
XYZ16.37.4182.23-
YUV50.8234.21101.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.90%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 239 (93.75% from 255) = 83.57%
R=4.90%
G=11.54%
B=83.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14332390.940.8600.06234.9388.9349.61
HexE21EF5E5606eb5932
Octal16413571361260635313162
Binary111010000111101111101111010101100110111010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E21EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E21EF; }

 p { color: rgb(14,33,239); }

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

<style>
 a { background-color: #0E21EF; }

 a { background-color: rgb(14,33,239); }

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

<style>
 span { border-color: #0E21EF; }

 span { border-color: rgb(14,33,239); }

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