#0085FF

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

Shades of Dodger Blue #0085FF

Tints of Dodger Blue #0085FF

Color information

#0085FF (or 0x0085FF) is unknown color: approx Dodger Blue. HEX triplet: 00, 85 and FF. RGB value is (0,133,255). Sum of RGB (Red+Green+Blue) = 0+133+255=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #0085FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085FF is #FF7A00. Grayscale: #6A6A6A. Windows color (decimal): -16742913 or 16745728. OLE color: 16745728.

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

Color convert

RGB0133255-
CMYK10.4800
HSL208.71º100%50%-
HSV(B)208.71º100%100%-
XYZ26.442497.85-
YUV107.14211.4451.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 255 (100% from 255) = 65.72%
R=0%
G=34.28%
B=65.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal013325510.4800208.7110050
Hex085FF643000d16432
Octal0205377144600032114462
Binary01000010111111111110010011000000110100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0085FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0085FF; }

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

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

<style>
 a { background-color: #0085FF; }

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

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

<style>
 span { border-color: #0085FF; }

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

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