Html Css Color HEX #0184EB Dodger Blue

📋 copy color: '#0184EB'

red 1 ◦ green 132 ◦ blue 235

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

Shades of Dodger Blue #0184EB

Tints of Dodger Blue #0184EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 0.27%
G = 35.87%
B = 63.86%

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

#0184EB (or 0x0184EB) is known color: Dodger Blue. HEX triplet: 01, 84 and EB. RGB value is (1,132,235). Sum of RGB (Red+Green+Blue) = 1+132+235=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #0184EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184EB is #FE7B14. Grayscale: #686868. Windows color (decimal): -16677653 or 15434753. OLE color: 15434753.

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

Color convert

RGB 1 132 235 -
CMYK 1.00 0.44 0 0.08
HSL 206.41º 0.99% 0.46% -
HSV(B) 206.41º 1% 0.92% -
XYZ 23.26 22.51 81.72 -
YUV 104.57 201.6 54.12 -
System Red Green Blue C M Y K H S L
Decimal 1 132 235 1.00 0.44 0 0.08 206.41 0.99 0.46
Hex 1 84 EB 64 2C 0 8 CE 63 2E
Octal 1 204 353 144 54 0 10 316 143 56
Binary 1 10000100 11101011 1100100 101100 0 1000 11001110 1100011 101110

Color Harmonies of #0184EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184EB

Black with #0184EB

Text Example


Text Example

White with #0184EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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