Html Css Color HEX #0185EE Dodger Blue

📋 copy color: '#0185EE'

red 1 ◦ green 133 ◦ blue 238

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

Shades of Dodger Blue #0185EE

Tints of Dodger Blue #0185EE

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 35.75%
B = 63.98%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0185EE (or 0x0185EE) is known color: Dodger Blue. HEX triplet: 01, 85 and EE. RGB value is (1,133,238). Sum of RGB (Red+Green+Blue) = 1+133+238=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #0185EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185EE is #FE7A11. Grayscale: #686868. Windows color (decimal): -16677394 or 15631617. OLE color: 15631617.

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

Color convert

RGB 1 133 238 -
CMYK 1.00 0.44 0 0.07
HSL 206.58º 0.99% 0.47% -
HSV(B) 206.58º 1% 0.93% -
XYZ 23.83 22.95 84.06 -
YUV 105.5 202.77 53.46 -
System Red Green Blue C M Y K H S L
Decimal 1 133 238 1.00 0.44 0 0.07 206.58 0.99 0.47
Hex 1 85 EE 64 2C 0 7 CF 63 2F
Octal 1 205 356 144 54 0 7 317 143 57
Binary 1 10000101 11101110 1100100 101100 0 111 11001111 1100011 101111

Color Harmonies of #0185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185EE

Black with #0185EE

Text Example


Text Example

White with #0185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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