Html Css Color HEX #0185EF Dodger Blue

📋 copy color: '#0185EF'

red 1 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #0185EF

Tints of Dodger Blue #0185EF

RGB

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

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

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

R = 0.27%
G = 35.66%
B = 64.08%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0185EF (or 0x0185EF) is known color: Dodger Blue. HEX triplet: 01, 85 and EF. RGB value is (1,133,239). Sum of RGB (Red+Green+Blue) = 1+133+239=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #0185EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185EF is #FE7A10. Grayscale: #696969. Windows color (decimal): -16677393 or 15697153. OLE color: 15697153.

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

Color convert

RGB 1 133 239 -
CMYK 1.00 0.44 0 0.06
HSL 206.72º 0.99% 0.47% -
HSV(B) 206.72º 1% 0.94% -
XYZ 23.98 23.01 84.84 -
YUV 105.62 203.27 53.38 -
System Red Green Blue C M Y K H S L
Decimal 1 133 239 1.00 0.44 0 0.06 206.72 0.99 0.47
Hex 1 85 EF 64 2C 0 6 CF 63 2F
Octal 1 205 357 144 54 0 6 317 143 57
Binary 1 10000101 11101111 1100100 101100 0 110 11001111 1100011 101111

Color Harmonies of #0185EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185EF

Black with #0185EF

Text Example


Text Example

White with #0185EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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