Html Css Color HEX #189DFC Dodger Blue

📋 copy color: '#189DFC'

red 24 ◦ green 157 ◦ blue 252

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

Shades of Dodger Blue #189DFC

Tints of Dodger Blue #189DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 5.54%
G = 36.26%
B = 58.2%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#189DFC (or 0x189DFC) is known color: Dodger Blue. HEX triplet: 18, 9D and FC. RGB value is (24,157,252). Sum of RGB (Red+Green+Blue) = 24+157+252=433 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.54% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #189DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DFC is #E76203. Grayscale: #7F7F7F. Windows color (decimal): -15163908 or 16555288. OLE color: 16555288.

HSL color Cylindrical-coordinate representation of color #189DFC: hue angle of 205º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189DFC is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 157 252 -
CMYK 0.90 0.38 0 0.01
HSL 205º 0.97% 0.54% -
HSV(B) 205º 0.9% 0.99% -
XYZ 30 31.34 96.56 -
YUV 128.06 197.94 53.78 -
System Red Green Blue C M Y K H S L
Decimal 24 157 252 0.90 0.38 0 0.01 205 0.97 0.54
Hex 18 9D FC 5A 26 0 1 CD 61 36
Octal 30 235 374 132 46 0 1 315 141 66
Binary 11000 10011101 11111100 1011010 100110 0 1 11001101 1100001 110110

Color Harmonies of #189DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DFC

Black with #189DFC

Text Example


Text Example

White with #189DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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