#0914EA

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

Shades of Blue #0914EA

Tints of Blue #0914EA

Color information

#0914EA (or 0x0914EA) is unknown color: approx Blue. HEX triplet: 09, 14 and EA. RGB value is (9,20,234). Sum of RGB (Red+Green+Blue) = 9+20+234=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 234 (91.80% from 255 or 88.97% from 263); Max value from RGB is 234 - color contains mainly: blue. Hex color #0914EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0914EA is #F6EB15. Grayscale: #282828. Windows color (decimal): -16182038 or 15340553. OLE color: 15340553.

HSL color Cylindrical-coordinate representation of color #0914EA: hue angle of 237.07º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914EA is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB920234-
CMYK0.960.9100.08
HSL237.07º92.59%47.65%-
HSV(B)237.07º96.15%91.76%-
XYZ15.216.578.29-
YUV41.11236.86105.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 234 (91.80% from 255) = 88.97%
R=3.42%
G=7.60%
B=88.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9202340.960.9100.08237.0792.5947.65
Hex914EA605B08ed5d30
Octal112435214013301035513560
Binary100110100111010101100000101101101000111011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0914EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0914EA; }

 p { color: rgb(9,20,234); }

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

<style>
 a { background-color: #0914EA; }

 a { background-color: rgb(9,20,234); }

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

<style>
 span { border-color: #0914EA; }

 span { border-color: rgb(9,20,234); }

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