#0C8FFE

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

Shades of Dodger Blue #0C8FFE

Tints of Dodger Blue #0C8FFE

Color information

#0C8FFE (or 0x0C8FFE) is unknown color: approx Dodger Blue. HEX triplet: 0C, 8F and FE. RGB value is (12,143,254). Sum of RGB (Red+Green+Blue) = 12+143+254=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C8FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C8FFE is #F37001. Grayscale: #737373. Windows color (decimal): -15953922 or 16682764. OLE color: 16682764.

HSL color Cylindrical-coordinate representation of color #0C8FFE: hue angle of 207.52º 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 #0C8FFE is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB12143254-
CMYK0.950.4400.00
HSL207.52º99.18%52.16%-
HSV(B)207.52º95.28%99.61%-
XYZ27.8626.8897.49-
YUV116.48205.653.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.93%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 254 (99.61% from 255) = 62.10%
R=2.93%
G=34.96%
B=62.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal121432540.950.4400.00207.5299.1852.16
HexC8FFE5F2C00d06334
Octal14217376137540032014364
Binary11001000111111111110101111110110000110100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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