Html Css Color HEX #187DF0 Dodger Blue

📋 copy color: '#187DF0'

red 24 ◦ green 125 ◦ blue 240

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

Shades of Dodger Blue #187DF0

Tints of Dodger Blue #187DF0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 240 (94.14% from 255) = 61.7%

R = 6.17%
G = 32.13%
B = 61.7%

CMYK

 C value IS 0.9

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#187DF0 (or 0x187DF0) is known color: Dodger Blue. HEX triplet: 18, 7D and F0. RGB value is (24,125,240). Sum of RGB (Red+Green+Blue) = 24+125+240=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #187DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF0 is #E7820F. Grayscale: #6B6B6B. Windows color (decimal): -15172112 or 15760664. OLE color: 15760664.

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

Color convert

RGB 24 125 240 -
CMYK 0.9 0.48 0 0.06
HSL 211.94º 0.88% 0.52% -
HSV(B) 211.94º 0.9% 0.94% -
XYZ 23.44 21.15 85.29 -
YUV 107.91 202.54 68.15 -
System Red Green Blue C M Y K H S L
Decimal 24 125 240 0.9 0.48 0 0.06 211.94 0.88 0.52
Hex 18 7D F0 5A 30 0 6 D4 58 34
Octal 30 175 360 132 60 0 6 324 130 64
Binary 11000 1111101 11110000 1011010 110000 0 110 11010100 1011000 110100

Color Harmonies of #187DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DF0

Black with #187DF0

Text Example


Text Example

White with #187DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #187DF0;
 }
 .AnyTagClassName
 {
   color: #187DF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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