Html Css Color HEX #187DF2 Dodger Blue

📋 copy color: '#187DF2'

red 24 ◦ green 125 ◦ blue 242

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

Shades of Dodger Blue #187DF2

Tints of Dodger Blue #187DF2

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 value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#187DF2 (or 0x187DF2) is known color: 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

RGB 24 125 242 -
CMYK 0.90 0.48 0 0.05
HSL 212.2º 0.89% 0.52% -
HSV(B) 212.2º 0.9% 0.95% -
XYZ 23.74 21.27 86.86 -
YUV 108.14 203.54 67.99 -
System Red Green Blue C M Y K H S L
Decimal 24 125 242 0.90 0.48 0 0.05 212.2 0.89 0.52
Hex 18 7D F2 5A 30 0 5 D4 59 34
Octal 30 175 362 132 60 0 5 324 131 64
Binary 11000 1111101 11110010 1011010 110000 0 101 11010100 1011001 110100

Color Harmonies of #187DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187DF2

Black with #187DF2

Text Example


Text Example

White with #187DF2

Text Example


Text Example

HTML Codes & Css Web 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>