Html Css Color HEX #0184EE Dodger Blue

📋 copy color: '#0184EE'

red 1 ◦ green 132 ◦ blue 238

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

Shades of Dodger Blue #0184EE

Tints of Dodger Blue #0184EE

RGB

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

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

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

R = 0.27%
G = 35.58%
B = 64.15%

CMYK

 C value IS 1.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0184EE (or 0x0184EE) is known color: Dodger Blue. HEX triplet: 01, 84 and EE. RGB value is (1,132,238). Sum of RGB (Red+Green+Blue) = 1+132+238=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #0184EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184EE is #FE7B11. Grayscale: #686868. Windows color (decimal): -16677650 or 15631361. OLE color: 15631361.

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

Color convert

RGB 1 132 238 -
CMYK 1.00 0.45 0 0.07
HSL 206.84º 0.99% 0.47% -
HSV(B) 206.84º 1% 0.93% -
XYZ 23.7 22.68 84.02 -
YUV 104.92 203.1 53.88 -
System Red Green Blue C M Y K H S L
Decimal 1 132 238 1.00 0.45 0 0.07 206.84 0.99 0.47
Hex 1 84 EE 64 2D 0 7 CF 63 2F
Octal 1 204 356 144 55 0 7 317 143 57
Binary 1 10000100 11101110 1100100 101101 0 111 11001111 1100011 101111

Color Harmonies of #0184EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0184EE

Black with #0184EE

Text Example


Text Example

White with #0184EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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