#0E98F5

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

Shades of Dodger Blue #0E98F5

Tints of Dodger Blue #0E98F5

Color information

#0E98F5 (or 0x0E98F5) is unknown color: approx Dodger Blue. HEX triplet: 0E, 98 and F5. RGB value is (14,152,245). Sum of RGB (Red+Green+Blue) = 14+152+245=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E98F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E98F5 is #F1670A. Grayscale: #787878. Windows color (decimal): -15820555 or 16095246. OLE color: 16095246.

HSL color Cylindrical-coordinate representation of color #0E98F5: hue angle of 204.16º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E98F5 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14152245-
CMYK0.940.3800.04
HSL204.16º92.03%50.78%-
HSV(B)204.16º94.29%96.08%-
XYZ27.8929.1490.54-
YUV121.34197.7851.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.41%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 245 (96.09% from 255) = 59.61%
R=3.41%
G=36.98%
B=59.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141522450.940.3800.04204.1692.0350.78
HexE98F55E2604cc5c33
Octal16230365136460431413463
Binary1110100110001111010110111101001100100110011001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E98F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,245); }

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

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

 a { background-color: rgb(14,152,245); }

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

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

 span { border-color: rgb(14,152,245); }

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