#008BFF

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

Shades of Dodger Blue #008BFF

Tints of Dodger Blue #008BFF

Color information

#008BFF (or 0x008BFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 8B and FF. RGB value is (0,139,255). Sum of RGB (Red+Green+Blue) = 0+139+255=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #008BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008BFF is #FF7400. Grayscale: #6E6E6E. Windows color (decimal): -16741377 or 16747264. OLE color: 16747264.

HSL color Cylindrical-coordinate representation of color #008BFF: hue angle of 207.29º 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 #008BFF is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB0139255-
CMYK10.4500
HSL207.29º100%50%-
HSV(B)207.29º100%100%-
XYZ27.2825.6998.13-
YUV110.66209.4549.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 255 (100% from 255) = 64.72%
R=0%
G=35.28%
B=64.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal013925510.4500207.2910050
Hex08BFF642D00cf6432
Octal0213377144550031714462
Binary01000101111111111110010010110100110011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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