#187DF2

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

Shades of Dodger Blue #187DF2

Tints of Dodger Blue #187DF2

Color information

#187DF2 (or 0x187DF2) is unknown color: approx Dodger Blue. HEX triplet: 18, 7D and F2. RGB value is (24,125,242). Sum of RGB (Red+Green+Blue) = 24+125+242=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #187DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF2 is #E7820D. Grayscale: #6B6B6B. Windows color (decimal): -15172110 or 15891736. OLE color: 15891736.

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

Color convert

RGB24125242-
CMYK0.900.4800.05
HSL212.2º89.34%52.16%-
HSV(B)212.2º90.08%94.9%-
XYZ23.7421.2786.86-
YUV108.14203.5467.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.14%
GREEN value IS 125 (49.22% from 255) = 31.97%
BLUE value IS 242 (94.92% from 255) = 61.89%
R=6.14%
G=31.97%
B=61.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241252420.900.4800.05212.289.3452.16
Hex187DF25A3005d45934
Octal30175362132600532413164
Binary1100011111011111001010110101100000101110101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187DF2; }

 p { color: rgb(24,125,242); }

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

<style>
 a { background-color: #187DF2; }

 a { background-color: rgb(24,125,242); }

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

<style>
 span { border-color: #187DF2; }

 span { border-color: rgb(24,125,242); }

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