Html Css Color HEX #0085EF Dodger Blue

📋 copy color: '#0085EF'

red 0 ◦ green 133 ◦ blue 239

#0085EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0085EF

Tints of Dodger Blue #0085EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 133 (52.34% from 255) = 35.75%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 0%
G = 35.75%
B = 64.25%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0085EF (or 0x0085EF) is known color: Dodger Blue. HEX triplet: 00, 85 and EF. RGB value is (0,133,239). Sum of RGB (Red+Green+Blue) = 0+133+239=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #0085EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085EF is #FF7A10. Grayscale: #686868. Windows color (decimal): -16742929 or 15697152. OLE color: 15697152.

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

Color convert

RGB 0 133 239 -
CMYK 1 0.44 0 0.06
HSL 206.61º 1% 0.47% -
HSV(B) 206.61º 1% 0.94% -
XYZ 23.97 23.01 84.84 -
YUV 105.32 203.44 52.88 -
System Red Green Blue C M Y K H S L
Decimal 0 133 239 1 0.44 0 0.06 206.61 1 0.47
Hex 0 85 EF 64 2C 0 6 CF 64 2F
Octal 0 205 357 144 54 0 6 317 144 57
Binary 0 10000101 11101111 1100100 101100 0 110 11001111 1100100 101111

Color Harmonies of #0085EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0085EF

Black with #0085EF

Text Example


Text Example

White with #0085EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0085EF;
 }
 .AnyTagClassName
 {
   color: #0085EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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