Html Css Color HEX #189DFA Dodger Blue

📋 copy color: '#189DFA'

red 24 ◦ green 157 ◦ blue 250

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

Shades of Dodger Blue #189DFA

Tints of Dodger Blue #189DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 5.57%
G = 36.43%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#189DFA (or 0x189DFA) is known color: Dodger Blue. HEX triplet: 18, 9D and FA. RGB value is (24,157,250). Sum of RGB (Red+Green+Blue) = 24+157+250=431 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.57% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #189DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DFA is #E76205. Grayscale: #7F7F7F. Windows color (decimal): -15163910 or 16424216. OLE color: 16424216.

HSL color Cylindrical-coordinate representation of color #189DFA: hue angle of 204.69º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189DFA is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 157 250 -
CMYK 0.90 0.37 0 0.02
HSL 204.69º 0.96% 0.54% -
HSV(B) 204.69º 0.9% 0.98% -
XYZ 29.69 31.21 94.9 -
YUV 127.84 196.94 53.94 -
System Red Green Blue C M Y K H S L
Decimal 24 157 250 0.90 0.37 0 0.02 204.69 0.96 0.54
Hex 18 9D FA 5A 25 0 2 CD 60 36
Octal 30 235 372 132 45 0 2 315 140 66
Binary 11000 10011101 11111010 1011010 100101 0 10 11001101 1100000 110110

Color Harmonies of #189DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189DFA

Black with #189DFA

Text Example


Text Example

White with #189DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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