Html Css Color HEX #0085EE Dodger Blue

📋 copy color: '#0085EE'

red 0 ◦ green 133 ◦ blue 238

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

Shades of Dodger Blue #0085EE

Tints of Dodger Blue #0085EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 0%
G = 35.85%
B = 64.15%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0085EE (or 0x0085EE) is known color: Dodger Blue. HEX triplet: 00, 85 and EE. RGB value is (0,133,238). Sum of RGB (Red+Green+Blue) = 0+133+238=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #0085EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085EE is #FF7A11. Grayscale: #686868. Windows color (decimal): -16742930 or 15631616. OLE color: 15631616.

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

Color convert

RGB 0 133 238 -
CMYK 1 0.44 0 0.07
HSL 206.47º 1% 0.47% -
HSV(B) 206.47º 1% 0.93% -
XYZ 23.82 22.95 84.06 -
YUV 105.2 202.94 52.96 -
System Red Green Blue C M Y K H S L
Decimal 0 133 238 1 0.44 0 0.07 206.47 1 0.47
Hex 0 85 EE 64 2C 0 7 CE 64 2F
Octal 0 205 356 144 54 0 7 316 144 57
Binary 0 10000101 11101110 1100100 101100 0 111 11001110 1100100 101111

Color Harmonies of #0085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0085EE

Black with #0085EE

Text Example


Text Example

White with #0085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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