#018CF7

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

Shades of Dodger Blue #018CF7

Tints of Dodger Blue #018CF7

Color information

#018CF7 (or 0x018CF7) is unknown color: approx Dodger Blue. HEX triplet: 01, 8C and F7. RGB value is (1,140,247). Sum of RGB (Red+Green+Blue) = 1+140+247=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 247 (96.88% from 255 or 63.66% from 388); Max value from RGB is 247 - color contains mainly: blue. Hex color #018CF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CF7 is #FE7308. Grayscale: #6E6E6E. Windows color (decimal): -16675593 or 16223233. OLE color: 16223233.

HSL color Cylindrical-coordinate representation of color #018CF7: hue angle of 206.1º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CF7 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1140247-
CMYK1.000.4300.03
HSL206.1º99.19%48.63%-
HSV(B)206.1º99.6%96.86%-
XYZ26.1825.4891.53-
YUV110.64204.9549.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 140 (55.08% from 255) = 36.08%
BLUE value IS 247 (96.88% from 255) = 63.66%
R=0.26%
G=36.08%
B=63.66%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal11402471.000.4300.03206.199.1948.63
Hex18CF7642B03ce6331
Octal1214367144530331614361
Binary110001100111101111100100101011011110011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018CF7; }

 p { color: rgb(1,140,247); }

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

<style>
 a { background-color: #018CF7; }

 a { background-color: rgb(1,140,247); }

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

<style>
 span { border-color: #018CF7; }

 span { border-color: rgb(1,140,247); }

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