Html Css Color HEX #1F87DC Dodger Blue

📋 copy color: '#1F87DC'

red 31 ◦ green 135 ◦ blue 220

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

Shades of Dodger Blue #1F87DC

Tints of Dodger Blue #1F87DC

RGB

 RED value IS 31 (12.5% from 255) = 8.03%

 GREEN value IS 135 (53.13% from 255) = 34.97%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 8.03%
G = 34.97%
B = 56.99%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F87DC (or 0x1F87DC) is known color: Dodger Blue. HEX triplet: 1F, 87 and DC. RGB value is (31,135,220). Sum of RGB (Red+Green+Blue) = 31+135+220=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F87DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F87DC is #E07823. Grayscale: #717171. Windows color (decimal): -14710820 or 14452511. OLE color: 14452511.

HSL color Cylindrical-coordinate representation of color #1F87DC: hue angle of 206.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F87DC is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 135 220 -
CMYK 0.86 0.39 0 0.14
HSL 206.98º 0.75% 0.49% -
HSV(B) 206.98º 0.86% 0.86% -
XYZ 22.15 22.79 70.94 -
YUV 113.59 188.04 69.09 -
System Red Green Blue C M Y K H S L
Decimal 31 135 220 0.86 0.39 0 0.14 206.98 0.75 0.49
Hex 1F 87 DC 56 27 0 E CF 4B 31
Octal 37 207 334 126 47 0 16 317 113 61
Binary 11111 10000111 11011100 1010110 100111 0 1110 11001111 1001011 110001

Color Harmonies of #1F87DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F87DC

Black with #1F87DC

Text Example


Text Example

White with #1F87DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F87DC; }

 p { color: rgb(31,135,220); }

 H1.HeaderClassName
 {
   color: #1F87DC;
 }
 .AnyTagClassName
 {
   color: #1F87DC;
 }
</style>

background-color css

<style>
 a { background-color: #1F87DC; }

 a { background-color: rgb(31,135,220); }

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

border-color css

<style>
 span { border-color: #1F87DC; }

 span { border-color: rgb(31,135,220); }

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