#188EFA

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

Shades of Dodger Blue #188EFA

Tints of Dodger Blue #188EFA

Color information

#188EFA (or 0x188EFA) is unknown color: approx Dodger Blue. HEX triplet: 18, 8E and FA. RGB value is (24,142,250). Sum of RGB (Red+Green+Blue) = 24+142+250=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #188EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EFA is #E77105. Grayscale: #767676. Windows color (decimal): -15167750 or 16420376. OLE color: 16420376.

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

Color convert

RGB24142250-
CMYK0.900.4300.02
HSL208.67º95.76%53.73%-
HSV(B)208.67º90.4%98.04%-
XYZ27.3126.4494.11-
YUV119.03201.9160.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.77%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 250 (98.05% from 255) = 60.10%
R=5.77%
G=34.13%
B=60.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241422500.900.4300.02208.6795.7653.73
Hex188EFA5A2B02d16036
Octal30216372132530232114066
Binary1100010001110111110101011010101011010110100011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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