Html Css Color HEX #189EED Dodger Blue

📋 copy color: '#189EED'

red 24 ◦ green 158 ◦ blue 237

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

Shades of Dodger Blue #189EED

Tints of Dodger Blue #189EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 5.73%
G = 37.71%
B = 56.56%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#189EED (or 0x189EED) is known color: Dodger Blue. HEX triplet: 18, 9E and ED. RGB value is (24,158,237). Sum of RGB (Red+Green+Blue) = 24+158+237=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #189EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EED is #E76112. Grayscale: #7E7E7E. Windows color (decimal): -15163667 or 15572504. OLE color: 15572504.

HSL color Cylindrical-coordinate representation of color #189EED: hue angle of 202.25º degrees, saturation: 0.86, 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 #189EED is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 158 237 -
CMYK 0.90 0.33 0 0.07
HSL 202.25º 0.86% 0.51% -
HSV(B) 202.25º 0.9% 0.93% -
XYZ 27.89 30.76 84.59 -
YUV 126.94 190.11 54.58 -
System Red Green Blue C M Y K H S L
Decimal 24 158 237 0.90 0.33 0 0.07 202.25 0.86 0.51
Hex 18 9E ED 5A 21 0 7 CA 56 33
Octal 30 236 355 132 41 0 7 312 126 63
Binary 11000 10011110 11101101 1011010 100001 0 111 11001010 1010110 110011

Color Harmonies of #189EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189EED

Black with #189EED

Text Example


Text Example

White with #189EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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