#0085F2

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

Shades of Dodger Blue #0085F2

Tints of Dodger Blue #0085F2

Color information

#0085F2 (or 0x0085F2) is unknown color: approx Dodger Blue. HEX triplet: 00, 85 and F2. RGB value is (0,133,242). Sum of RGB (Red+Green+Blue) = 0+133+242=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 242 (94.92% from 255 or 64.53% from 375); Max value from RGB is 242 - color contains mainly: blue. Hex color #0085F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085F2 is #FF7A0D. Grayscale: #696969. Windows color (decimal): -16742926 or 15893760. OLE color: 15893760.

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

Color convert

RGB0133242-
CMYK10.4500.05
HSL207.02º100%47.45%-
HSV(B)207.02º100%94.9%-
XYZ24.4123.1987.19-
YUV105.66204.9452.64-

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) = 35.47%
BLUE value IS 242 (94.92% from 255) = 64.53%
R=0%
G=35.47%
B=64.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal013324210.4500.05207.0210047.45
Hex085F2642D05cf642f
Octal0205362144550531714457
Binary0100001011111001011001001011010101110011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0085F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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