Html Css Color HEX #187DF8 Dodger Blue

📋 copy color: '#187DF8'

red 24 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #187DF8

Tints of Dodger Blue #187DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 62.47%

R = 6.05%
G = 31.49%
B = 62.47%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#187DF8 (or 0x187DF8) is known color: Dodger Blue. HEX triplet: 18, 7D and F8. RGB value is (24,125,248). Sum of RGB (Red+Green+Blue) = 24+125+248=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #187DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #187DF8 is #E78207. Grayscale: #6C6C6C. Windows color (decimal): -15172104 or 16284952. OLE color: 16284952.

HSL color Cylindrical-coordinate representation of color #187DF8: hue angle of 212.95º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #187DF8 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 125 248 -
CMYK 0.90 0.50 0 0.03
HSL 212.95º 0.94% 0.53% -
HSV(B) 212.95º 0.9% 0.97% -
XYZ 24.65 21.64 91.68 -
YUV 108.82 206.54 67.5 -
System Red Green Blue C M Y K H S L
Decimal 24 125 248 0.90 0.50 0 0.03 212.95 0.94 0.53
Hex 18 7D F8 5A 32 0 3 D5 5E 35
Octal 30 175 370 132 62 0 3 325 136 65
Binary 11000 1111101 11111000 1011010 110010 0 11 11010101 1011110 110101

Color Harmonies of #187DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DF8

Black with #187DF8

Text Example


Text Example

White with #187DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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