#0E1CF8

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

Shades of Blue #0E1CF8

Tints of Blue #0E1CF8

Color information

#0E1CF8 (or 0x0E1CF8) is unknown color: approx Blue. HEX triplet: 0E, 1C and F8. RGB value is (14,28,248). Sum of RGB (Red+Green+Blue) = 14+28+248=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 248 (97.27% from 255 or 85.52% from 290); Max value from RGB is 248 - color contains mainly: blue. Hex color #0E1CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E1CF8 is #F1E307. Grayscale: #303030. Windows color (decimal): -15852296 or 16260110. OLE color: 16260110.

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

Color convert

RGB1428248-
CMYK0.940.8900.03
HSL236.41º94.35%51.37%-
HSV(B)236.41º94.35%97.25%-
XYZ17.547.789.37-
YUV48.89240.36103.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 248 (97.27% from 255) = 85.52%
R=4.83%
G=9.66%
B=85.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14282480.940.8900.03236.4194.3551.37
HexE1CF85E5903ec5e33
Octal16343701361310335413663
Binary1110111001111100010111101011001011111011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,28,248); }

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

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

 a { background-color: rgb(14,28,248); }

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

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

 span { border-color: rgb(14,28,248); }

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