Html Css Color HEX #189EE6 Dodger Blue

📋 copy color: '#189EE6'

red 24 ◦ green 158 ◦ blue 230

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

Shades of Dodger Blue #189EE6

Tints of Dodger Blue #189EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.83%

R = 5.83%
G = 38.35%
B = 55.83%

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

#189EE6 (or 0x189EE6) is known color: Dodger Blue. HEX triplet: 18, 9E and E6. RGB value is (24,158,230). Sum of RGB (Red+Green+Blue) = 24+158+230=412 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.83% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #189EE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EE6 is #E76119. Grayscale: #7D7D7D. Windows color (decimal): -15163674 or 15113752. OLE color: 15113752.

HSL color Cylindrical-coordinate representation of color #189EE6: hue angle of 200.97º 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 #189EE6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 24 158 230 -
CMYK 0.90 0.31 0 0.10
HSL 200.97º 0.81% 0.5% -
HSV(B) 200.97º 0.9% 0.9% -
XYZ 26.89 30.36 79.31 -
YUV 126.14 186.61 55.15 -
System Red Green Blue C M Y K H S L
Decimal 24 158 230 0.90 0.31 0 0.10 200.97 0.81 0.5
Hex 18 9E E6 5A 1F 0 A C9 51 32
Octal 30 236 346 132 37 0 12 311 121 62
Binary 11000 10011110 11100110 1011010 11111 0 1010 11001001 1010001 110010

Color Harmonies of #189EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EE6

Black with #189EE6

Text Example


Text Example

White with #189EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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