Html Css Color HEX #0184EA Dodger Blue

📋 copy color: '#0184EA'

red 1 ◦ green 132 ◦ blue 234

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

Shades of Dodger Blue #0184EA

Tints of Dodger Blue #0184EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 0.27%
G = 35.97%
B = 63.76%

CMYK

 C value IS 1.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0184EA (or 0x0184EA) is known color: Dodger Blue. HEX triplet: 01, 84 and EA. RGB value is (1,132,234). Sum of RGB (Red+Green+Blue) = 1+132+234=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #0184EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184EA is #FE7B15. Grayscale: #676767. Windows color (decimal): -16677654 or 15369217. OLE color: 15369217.

HSL color Cylindrical-coordinate representation of color #0184EA: hue angle of 206.27º 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 #0184EA is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 132 234 -
CMYK 1.00 0.44 0 0.08
HSL 206.27º 0.99% 0.46% -
HSV(B) 206.27º 1% 0.92% -
XYZ 23.12 22.45 80.96 -
YUV 104.46 201.1 54.21 -
System Red Green Blue C M Y K H S L
Decimal 1 132 234 1.00 0.44 0 0.08 206.27 0.99 0.46
Hex 1 84 EA 64 2C 0 8 CE 63 2E
Octal 1 204 352 144 54 0 10 316 143 56
Binary 1 10000100 11101010 1100100 101100 0 1000 11001110 1100011 101110

Color Harmonies of #0184EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184EA

Black with #0184EA

Text Example


Text Example

White with #0184EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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