Html Css Color HEX #189AED Dodger Blue

📋 copy color: '#189AED'

red 24 ◦ green 154 ◦ blue 237

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

Shades of Dodger Blue #189AED

Tints of Dodger Blue #189AED

RGB

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

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

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

R = 5.78%
G = 37.11%
B = 57.11%

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

#189AED (or 0x189AED) is known color: Dodger Blue. HEX triplet: 18, 9A and ED. RGB value is (24,154,237). Sum of RGB (Red+Green+Blue) = 24+154+237=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #189AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AED is #E76512. Grayscale: #7C7C7C. Windows color (decimal): -15164691 or 15571480. OLE color: 15571480.

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

Color convert

RGB 24 154 237 -
CMYK 0.90 0.35 0 0.07
HSL 203.38º 0.86% 0.51% -
HSV(B) 203.38º 0.9% 0.93% -
XYZ 27.22 29.42 84.36 -
YUV 124.59 191.43 56.25 -
System Red Green Blue C M Y K H S L
Decimal 24 154 237 0.90 0.35 0 0.07 203.38 0.86 0.51
Hex 18 9A ED 5A 23 0 7 CB 56 33
Octal 30 232 355 132 43 0 7 313 126 63
Binary 11000 10011010 11101101 1011010 100011 0 111 11001011 1010110 110011

Color Harmonies of #189AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AED

Black with #189AED

Text Example


Text Example

White with #189AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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