Html Css Color HEX #189DEE Dodger Blue

📋 copy color: '#189DEE'

red 24 ◦ green 157 ◦ blue 238

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

Shades of Dodger Blue #189DEE

Tints of Dodger Blue #189DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 5.73%
G = 37.47%
B = 56.8%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#189DEE (or 0x189DEE) is known color: Dodger Blue. HEX triplet: 18, 9D and EE. RGB value is (24,157,238). Sum of RGB (Red+Green+Blue) = 24+157+238=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #189DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DEE is #E76211. Grayscale: #7E7E7E. Windows color (decimal): -15163922 or 15637784. OLE color: 15637784.

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

Color convert

RGB 24 157 238 -
CMYK 0.90 0.34 0 0.07
HSL 202.71º 0.86% 0.51% -
HSV(B) 202.71º 0.9% 0.93% -
XYZ 27.87 30.48 85.3 -
YUV 126.47 190.94 54.91 -
System Red Green Blue C M Y K H S L
Decimal 24 157 238 0.90 0.34 0 0.07 202.71 0.86 0.51
Hex 18 9D EE 5A 22 0 7 CB 56 33
Octal 30 235 356 132 42 0 7 313 126 63
Binary 11000 10011101 11101110 1011010 100010 0 111 11001011 1010110 110011

Color Harmonies of #189DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DEE

Black with #189DEE

Text Example


Text Example

White with #189DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,157,238); }

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

background-color css

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

 a { background-color: rgb(24,157,238); }

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

border-color css

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

 span { border-color: rgb(24,157,238); }

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