Html Css Color HEX #0185EA Dodger Blue

📋 copy color: '#0185EA'

red 1 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #0185EA

Tints of Dodger Blue #0185EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.59%

R = 0.27%
G = 36.14%
B = 63.59%

CMYK

 C value IS 1.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0185EA (or 0x0185EA) is known color: Dodger Blue. HEX triplet: 01, 85 and EA. RGB value is (1,133,234). Sum of RGB (Red+Green+Blue) = 1+133+234=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #0185EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0185EA is #FE7A15. Grayscale: #686868. Windows color (decimal): -16677398 or 15369473. OLE color: 15369473.

HSL color Cylindrical-coordinate representation of color #0185EA: hue angle of 206.01º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0185EA is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 133 234 -
CMYK 1.00 0.43 0 0.08
HSL 206.01º 0.99% 0.46% -
HSV(B) 206.01º 1% 0.92% -
XYZ 23.25 22.72 81 -
YUV 105.05 200.77 53.79 -
System Red Green Blue C M Y K H S L
Decimal 1 133 234 1.00 0.43 0 0.08 206.01 0.99 0.46
Hex 1 85 EA 64 2B 0 8 CE 63 2E
Octal 1 205 352 144 53 0 10 316 143 56
Binary 1 10000101 11101010 1100100 101011 0 1000 11001110 1100011 101110

Color Harmonies of #0185EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0185EA

Black with #0185EA

Text Example


Text Example

White with #0185EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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