Html Css Color HEX #189AEC Dodger Blue

📋 copy color: '#189AEC'

red 24 ◦ green 154 ◦ blue 236

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

Shades of Dodger Blue #189AEC

Tints of Dodger Blue #189AEC

RGB

 RED value IS 24 (9.77% from 255) = 5.8%

 GREEN value IS 154 (60.55% from 255) = 37.2%

 BLUE value IS 236 (92.58% from 255) = 57%

R = 5.8%
G = 37.2%
B = 57%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#189AEC (or 0x189AEC) is known color: Dodger Blue. HEX triplet: 18, 9A and EC. RGB value is (24,154,236). Sum of RGB (Red+Green+Blue) = 24+154+236=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #189AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AEC is #E76513. Grayscale: #7C7C7C. Windows color (decimal): -15164692 or 15505944. OLE color: 15505944.

HSL color Cylindrical-coordinate representation of color #189AEC: hue angle of 203.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189AEC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 154 236 -
CMYK 0.90 0.35 0 0.07
HSL 203.21º 0.85% 0.51% -
HSV(B) 203.21º 0.9% 0.93% -
XYZ 27.07 29.36 83.6 -
YUV 124.48 190.93 56.33 -
System Red Green Blue C M Y K H S L
Decimal 24 154 236 0.90 0.35 0 0.07 203.21 0.85 0.51
Hex 18 9A EC 5A 23 0 7 CB 55 33
Octal 30 232 354 132 43 0 7 313 125 63
Binary 11000 10011010 11101100 1011010 100011 0 111 11001011 1010101 110011

Color Harmonies of #189AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AEC

Black with #189AEC

Text Example


Text Example

White with #189AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189AEC; }

 p { color: rgb(24,154,236); }

 H1.HeaderClassName
 {
   color: #189AEC;
 }
 .AnyTagClassName
 {
   color: #189AEC;
 }
</style>

background-color css

<style>
 a { background-color: #189AEC; }

 a { background-color: rgb(24,154,236); }

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

border-color css

<style>
 span { border-color: #189AEC; }

 span { border-color: rgb(24,154,236); }

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