Html Css Color HEX #189AF1 Dodger Blue

📋 copy color: '#189AF1'

red 24 ◦ green 154 ◦ blue 241

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

Shades of Dodger Blue #189AF1

Tints of Dodger Blue #189AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 241 (94.53% from 255) = 57.52%

R = 5.73%
G = 36.75%
B = 57.52%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#189AF1 (or 0x189AF1) is known color: Dodger Blue. HEX triplet: 18, 9A and F1. RGB value is (24,154,241). Sum of RGB (Red+Green+Blue) = 24+154+241=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #189AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189AF1 is #E7650E. Grayscale: #7C7C7C. Windows color (decimal): -15164687 or 15833624. OLE color: 15833624.

HSL color Cylindrical-coordinate representation of color #189AF1: hue angle of 204.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189AF1 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 154 241 -
CMYK 0.90 0.36 0 0.05
HSL 204.06º 0.89% 0.52% -
HSV(B) 204.06º 0.9% 0.95% -
XYZ 27.81 29.66 87.48 -
YUV 125.05 193.43 55.93 -
System Red Green Blue C M Y K H S L
Decimal 24 154 241 0.90 0.36 0 0.05 204.06 0.89 0.52
Hex 18 9A F1 5A 24 0 5 CC 59 34
Octal 30 232 361 132 44 0 5 314 131 64
Binary 11000 10011010 11110001 1011010 100100 0 101 11001100 1011001 110100

Color Harmonies of #189AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189AF1

Black with #189AF1

Text Example


Text Example

White with #189AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,154,241); }

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

background-color css

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

 a { background-color: rgb(24,154,241); }

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

border-color css

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

 span { border-color: rgb(24,154,241); }

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