#0e0dfa

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

Shades of Blue #0E0DFA

Tints of Blue #0E0DFA

Color information

#0E0DFA (or 0x0E0DFA) is unknown color: approx Blue. HEX triplet: 0E, 0D and FA. RGB value is (14,13,250). Sum of RGB (Red+Green+Blue) = 14+13+250=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E0DFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0E0DFA is #F1F205. Grayscale: #272727. Windows color (decimal): -15856134 or 16387342. OLE color: 16387342.

HSL color Cylindrical-coordinate representation of color #0E0DFA: hue angle of 240.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0DFA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1413250-
CMYK0.940.9500.02
HSL240.25º95.95%51.57%-
HSV(B)240.25º94.8%98.04%-
XYZ17.587.2890.92-
YUV40.32246.33109.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.05%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 250 (98.05% from 255) = 90.25%
R=5.05%
G=4.69%
B=90.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal14132500.940.9500.02240.2595.9551.57
HexEDFA5E5F02f06034
Octal16153721361370236014064
Binary111011011111101010111101011111010111100001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e0dfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,13,250); }

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

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

 a { background-color: rgb(14,13,250); }

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

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

 span { border-color: rgb(14,13,250); }

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