#0E35FD

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

Shades of Blue #0E35FD

Tints of Blue #0E35FD

Color information

#0E35FD (or 0x0E35FD) is unknown color: approx Blue. HEX triplet: 0E, 35 and FD. RGB value is (14,53,253). Sum of RGB (Red+Green+Blue) = 14+53+253=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E35FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E35FD is #F1CA02. Grayscale: #3F3F3F. Windows color (decimal): -15845891 or 16594190. OLE color: 16594190.

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

Color convert

RGB1453253-
CMYK0.940.7900.01
HSL230.21º98.35%52.35%-
HSV(B)230.21º94.47%99.22%-
XYZ19.189.7393.8-
YUV64.14234.5892.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.38%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 253 (99.22% from 255) = 79.06%
R=4.38%
G=16.56%
B=79.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal14532530.940.7900.01230.2198.3552.35
HexE35FD5E4F01e66234
Octal16653751361170134614264
Binary1110110101111111011011110100111101111001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E35FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,53,253); }

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

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

 a { background-color: rgb(14,53,253); }

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

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

 span { border-color: rgb(14,53,253); }

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