#189BF0

Color #189BF0 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #189BF0

Tints of Dodger Blue #189BF0

Color information

#189BF0 (or 0x189BF0) is unknown color: approx Dodger Blue. HEX triplet: 18, 9B and F0. RGB value is (24,155,240). Sum of RGB (Red+Green+Blue) = 24+155+240=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #189BF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BF0 is #E7640F. Grayscale: #7D7D7D. Windows color (decimal): -15164432 or 15768344. OLE color: 15768344.

HSL color Cylindrical-coordinate representation of color #189BF0: hue angle of 203.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189BF0 is Cyan = 0.9, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB24155240-
CMYK0.90.3500.06
HSL203.61º87.8%51.76%-
HSV(B)203.61º90%94.12%-
XYZ27.8329.9386.75-
YUV125.52192.655.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.73%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 240 (94.14% from 255) = 57.28%
R=5.73%
G=36.99%
B=57.28%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal241552400.90.3500.06203.6187.851.76
Hex189BF05A2306cc5834
Octal30233360132430631413064
Binary11000100110111111000010110101000110110110011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,155,240); }

 H1.HeaderClassName
 {
   color: #189BF0;
 }
 .AnyTagClassName
 {
   color: #189BF0;
 }
</style>
background-color css

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

 a { background-color: rgb(24,155,240); }

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

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

 span { border-color: rgb(24,155,240); }

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