#0E6CF5

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

Shades of Dodger Blue #0E6CF5

Tints of Dodger Blue #0E6CF5

Color information

#0E6CF5 (or 0x0E6CF5) is unknown color: approx Dodger Blue. HEX triplet: 0E, 6C and F5. RGB value is (14,108,245). Sum of RGB (Red+Green+Blue) = 14+108+245=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 245 (96.09% from 255 or 66.76% from 367); Max value from RGB is 245 - color contains mainly: blue. Hex color #0E6CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6CF5 is #F1930A. Grayscale: #5E5E5E. Windows color (decimal): -15831819 or 16083982. OLE color: 16083982.

HSL color Cylindrical-coordinate representation of color #0E6CF5: hue angle of 215.58º 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 #0E6CF5 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14108245-
CMYK0.940.5600.04
HSL215.58º92.03%50.78%-
HSV(B)215.58º94.29%96.08%-
XYZ22.0317.4188.59-
YUV95.51212.3669.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.81%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 245 (96.09% from 255) = 66.76%
R=3.81%
G=29.43%
B=66.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141082450.940.5600.04215.5892.0350.78
HexE6CF55E3804d85c33
Octal16154365136700433013463
Binary111011011001111010110111101110000100110110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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