Html Css Color HEX #189CDF Dodger Blue

📋 copy color: '#189CDF'

red 24 ◦ green 156 ◦ blue 223

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

Shades of Dodger Blue #189CDF

Tints of Dodger Blue #189CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.71%

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 5.96%
G = 38.71%
B = 55.33%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#189CDF (or 0x189CDF) is known color: Dodger Blue. HEX triplet: 18, 9C and DF. RGB value is (24,156,223). Sum of RGB (Red+Green+Blue) = 24+156+223=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #189CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CDF is #E76320. Grayscale: #7B7B7B. Windows color (decimal): -15164193 or 14654488. OLE color: 14654488.

HSL color Cylindrical-coordinate representation of color #189CDF: hue angle of 200.2º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189CDF is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 156 223 -
CMYK 0.89 0.30 0 0.13
HSL 200.2º 0.81% 0.48% -
HSV(B) 200.2º 0.89% 0.87% -
XYZ 25.58 29.3 74.12 -
YUV 124.17 183.77 56.55 -
System Red Green Blue C M Y K H S L
Decimal 24 156 223 0.89 0.30 0 0.13 200.2 0.81 0.48
Hex 18 9C DF 59 1E 0 D C8 51 30
Octal 30 234 337 131 36 0 15 310 121 60
Binary 11000 10011100 11011111 1011001 11110 0 1101 11001000 1010001 110000

Color Harmonies of #189CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CDF

Black with #189CDF

Text Example


Text Example

White with #189CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,156,223); }

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

background-color css

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

 a { background-color: rgb(24,156,223); }

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

border-color css

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

 span { border-color: rgb(24,156,223); }

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