#008CFF

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

Shades of Dodger Blue #008CFF

Tints of Dodger Blue #008CFF

Color information

#008CFF (or 0x008CFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 8C and FF. RGB value is (0,140,255). Sum of RGB (Red+Green+Blue) = 0+140+255=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #008CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008CFF is #FF7300. Grayscale: #6E6E6E. Windows color (decimal): -16741121 or 16747520. OLE color: 16747520.

HSL color Cylindrical-coordinate representation of color #008CFF: hue angle of 207.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CFF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0140255-
CMYK10.4500
HSL207.06º100%50%-
HSV(B)207.06º100%100%-
XYZ27.4325.9898.18-
YUV111.25209.1248.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 255 (100% from 255) = 64.56%
R=0%
G=35.44%
B=64.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal014025510.4500207.0610050
Hex08CFF642D00cf6432
Octal0214377144550031714462
Binary01000110011111111110010010110100110011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008CFF; }

 p { color: rgb(0,140,255); }

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

<style>
 a { background-color: #008CFF; }

 a { background-color: rgb(0,140,255); }

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

<style>
 span { border-color: #008CFF; }

 span { border-color: rgb(0,140,255); }

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