Html Css Color HEX #189CF1 Dodger Blue

📋 copy color: '#189CF1'

red 24 ◦ green 156 ◦ blue 241

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

Shades of Dodger Blue #189CF1

Tints of Dodger Blue #189CF1

RGB

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

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

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

R = 5.7%
G = 37.05%
B = 57.24%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#189CF1 (or 0x189CF1) is known color: Dodger Blue. HEX triplet: 18, 9C and F1. RGB value is (24,156,241). Sum of RGB (Red+Green+Blue) = 24+156+241=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #189CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CF1 is #E7630E. Grayscale: #7D7D7D. Windows color (decimal): -15164175 or 15834136. OLE color: 15834136.

HSL color Cylindrical-coordinate representation of color #189CF1: hue angle of 203.5º 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 #189CF1 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 156 241 -
CMYK 0.90 0.35 0 0.05
HSL 203.5º 0.89% 0.52% -
HSV(B) 203.5º 0.9% 0.95% -
XYZ 28.14 30.32 87.59 -
YUV 126.22 192.77 55.09 -
System Red Green Blue C M Y K H S L
Decimal 24 156 241 0.90 0.35 0 0.05 203.5 0.89 0.52
Hex 18 9C F1 5A 23 0 5 CC 59 34
Octal 30 234 361 132 43 0 5 314 131 64
Binary 11000 10011100 11110001 1011010 100011 0 101 11001100 1011001 110100

Color Harmonies of #189CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CF1

Black with #189CF1

Text Example


Text Example

White with #189CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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