Html Css Color HEX #189ADE Dodger Blue

📋 copy color: '#189ADE'

red 24 ◦ green 154 ◦ blue 222

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

Shades of Dodger Blue #189ADE

Tints of Dodger Blue #189ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 6%
G = 38.5%
B = 55.5%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#189ADE (or 0x189ADE) is known color: Dodger Blue. HEX triplet: 18, 9A and DE. RGB value is (24,154,222). Sum of RGB (Red+Green+Blue) = 24+154+222=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #189ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ADE is #E76521. Grayscale: #7A7A7A. Windows color (decimal): -15164706 or 14588440. OLE color: 14588440.

HSL color Cylindrical-coordinate representation of color #189ADE: hue angle of 200.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189ADE is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 154 222 -
CMYK 0.89 0.31 0 0.13
HSL 200.61º 0.8% 0.48% -
HSV(B) 200.61º 0.89% 0.87% -
XYZ 25.12 28.58 73.3 -
YUV 122.88 183.93 57.47 -
System Red Green Blue C M Y K H S L
Decimal 24 154 222 0.89 0.31 0 0.13 200.61 0.8 0.48
Hex 18 9A DE 59 1F 0 D C9 50 30
Octal 30 232 336 131 37 0 15 311 120 60
Binary 11000 10011010 11011110 1011001 11111 0 1101 11001001 1010000 110000

Color Harmonies of #189ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189ADE

Black with #189ADE

Text Example


Text Example

White with #189ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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