#0C7BFE

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

Shades of Dodger Blue #0C7BFE

Tints of Dodger Blue #0C7BFE

Color information

#0C7BFE (or 0x0C7BFE) is unknown color: approx Dodger Blue. HEX triplet: 0C, 7B and FE. RGB value is (12,123,254). Sum of RGB (Red+Green+Blue) = 12+123+254=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C7BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7BFE is #F38401. Grayscale: #686868. Windows color (decimal): -15959042 or 16677644. OLE color: 16677644.

HSL color Cylindrical-coordinate representation of color #0C7BFE: hue angle of 212.48º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7BFE is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12123254-
CMYK0.950.5200.00
HSL212.48º99.18%52.16%-
HSV(B)212.48º95.28%99.61%-
XYZ25.1221.496.57-
YUV104.74212.2361.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 254 (99.61% from 255) = 65.30%
R=3.08%
G=31.62%
B=65.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal121232540.950.5200.00212.4899.1852.16
HexC7BFE5F3400d46334
Octal14173376137640032414364
Binary1100111101111111110101111111010000110101001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,123,254); }

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

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

 a { background-color: rgb(12,123,254); }

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

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

 span { border-color: rgb(12,123,254); }

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