#188BF3

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

Shades of Dodger Blue #188BF3

Tints of Dodger Blue #188BF3

Color information

#188BF3 (or 0x188BF3) is unknown color: approx Dodger Blue. HEX triplet: 18, 8B and F3. RGB value is (24,139,243). Sum of RGB (Red+Green+Blue) = 24+139+243=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #188BF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BF3 is #E7740C. Grayscale: #737373. Windows color (decimal): -15168525 or 15960856. OLE color: 15960856.

HSL color Cylindrical-coordinate representation of color #188BF3: hue angle of 208.49º degrees, saturation: 0.9, 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 #188BF3 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24139243-
CMYK0.900.4300.05
HSL208.49º90.12%52.35%-
HSV(B)208.49º90.12%95.29%-
XYZ25.7925.1388.29-
YUV116.47199.462.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.91%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 243 (95.31% from 255) = 59.85%
R=5.91%
G=34.24%
B=59.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241392430.900.4300.05208.4990.1252.35
Hex188BF35A2B05d05a34
Octal30213363132530532013264
Binary11000100010111111001110110101010110101110100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188BF3; }

 p { color: rgb(24,139,243); }

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

<style>
 a { background-color: #188BF3; }

 a { background-color: rgb(24,139,243); }

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

<style>
 span { border-color: #188BF3; }

 span { border-color: rgb(24,139,243); }

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