#0C76F3

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

Shades of Dodger Blue #0C76F3

Tints of Dodger Blue #0C76F3

Color information

#0C76F3 (or 0x0C76F3) is unknown color: approx Dodger Blue. HEX triplet: 0C, 76 and F3. RGB value is (12,118,243). Sum of RGB (Red+Green+Blue) = 12+118+243=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #0C76F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C76F3 is #F3890C. Grayscale: #636363. Windows color (decimal): -15960333 or 15955468. OLE color: 15955468.

HSL color Cylindrical-coordinate representation of color #0C76F3: hue angle of 212.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C76F3 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12118243-
CMYK0.950.5100.05
HSL212.47º90.59%50%-
HSV(B)212.47º95.06%95.29%-
XYZ22.8119.5187.36-
YUV100.56208.3864.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.22%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 243 (95.31% from 255) = 65.15%
R=3.22%
G=31.64%
B=65.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal121182430.950.5100.05212.4790.5950
HexC76F35F3305d45b32
Octal14166363137630532413362
Binary110011101101111001110111111100110101110101001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C76F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,243); }

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

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

 a { background-color: rgb(12,118,243); }

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

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

 span { border-color: rgb(12,118,243); }

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