Html Css Color HEX #189EE5 Dodger Blue

📋 copy color: '#189EE5'

red 24 ◦ green 158 ◦ blue 229

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

Shades of Dodger Blue #189EE5

Tints of Dodger Blue #189EE5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 229 (89.84% from 255) = 55.72%

R = 5.84%
G = 38.44%
B = 55.72%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#189EE5 (or 0x189EE5) is known color: Dodger Blue. HEX triplet: 18, 9E and E5. RGB value is (24,158,229). Sum of RGB (Red+Green+Blue) = 24+158+229=411 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.84% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 229 (89.84% from 255 or 55.72% from 411); Max value from RGB is 229 - color contains mainly: blue. Hex color #189EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EE5 is #E7611A. Grayscale: #7D7D7D. Windows color (decimal): -15163675 or 15048216. OLE color: 15048216.

HSL color Cylindrical-coordinate representation of color #189EE5: hue angle of 200.78º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189EE5 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 158 229 -
CMYK 0.90 0.31 0 0.10
HSL 200.78º 0.81% 0.5% -
HSV(B) 200.78º 0.9% 0.9% -
XYZ 26.75 30.31 78.57 -
YUV 126.03 186.11 55.23 -
System Red Green Blue C M Y K H S L
Decimal 24 158 229 0.90 0.31 0 0.10 200.78 0.81 0.5
Hex 18 9E E5 5A 1F 0 A C9 51 32
Octal 30 236 345 132 37 0 12 311 121 62
Binary 11000 10011110 11100101 1011010 11111 0 1010 11001001 1010001 110010

Color Harmonies of #189EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EE5

Black with #189EE5

Text Example


Text Example

White with #189EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,158,229); }

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

background-color css

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

 a { background-color: rgb(24,158,229); }

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

border-color css

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

 span { border-color: rgb(24,158,229); }

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