#0C94EE

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

Shades of Dodger Blue #0C94EE

Tints of Dodger Blue #0C94EE

Color information

#0C94EE (or 0x0C94EE) is unknown color: approx Dodger Blue. HEX triplet: 0C, 94 and EE. RGB value is (12,148,238). Sum of RGB (Red+Green+Blue) = 12+148+238=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #0C94EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C94EE is #F36B11. Grayscale: #757575. Windows color (decimal): -15952658 or 15635468. OLE color: 15635468.

HSL color Cylindrical-coordinate representation of color #0C94EE: hue angle of 203.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C94EE is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12148238-
CMYK0.950.3800.07
HSL203.89º90.4%49.02%-
HSV(B)203.89º94.96%93.33%-
XYZ26.1727.4384.8-
YUV117.6195.9452.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.02%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 238 (93.36% from 255) = 59.80%
R=3.02%
G=37.19%
B=59.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal121482380.950.3800.07203.8990.449.02
HexC94EE5F2607cc5a31
Octal14224356137460731413261
Binary1100100101001110111010111111001100111110011001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,148,238); }

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

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

 a { background-color: rgb(12,148,238); }

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

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

 span { border-color: rgb(12,148,238); }

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