Html Css Color HEX #189FEC Dodger Blue

📋 copy color: '#189FEC'

red 24 ◦ green 159 ◦ blue 236

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

Shades of Dodger Blue #189FEC

Tints of Dodger Blue #189FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 236 (92.58% from 255) = 56.32%

R = 5.73%
G = 37.95%
B = 56.32%

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

#189FEC (or 0x189FEC) is known color: Dodger Blue. HEX triplet: 18, 9F and EC. RGB value is (24,159,236). Sum of RGB (Red+Green+Blue) = 24+159+236=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #189FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FEC is #E76013. Grayscale: #7E7E7E. Windows color (decimal): -15163412 or 15507224. OLE color: 15507224.

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

Color convert

RGB 24 159 236 -
CMYK 0.90 0.33 0 0.07
HSL 201.79º 0.85% 0.51% -
HSV(B) 201.79º 0.9% 0.93% -
XYZ 27.92 31.05 83.88 -
YUV 127.41 189.27 54.24 -
System Red Green Blue C M Y K H S L
Decimal 24 159 236 0.90 0.33 0 0.07 201.79 0.85 0.51
Hex 18 9F EC 5A 21 0 7 CA 55 33
Octal 30 237 354 132 41 0 7 312 125 63
Binary 11000 10011111 11101100 1011010 100001 0 111 11001010 1010101 110011

Color Harmonies of #189FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FEC

Black with #189FEC

Text Example


Text Example

White with #189FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,159,236); }

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

background-color css

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

 a { background-color: rgb(24,159,236); }

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

border-color css

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

 span { border-color: rgb(24,159,236); }

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