Html Css Color HEX #1F7CDC Dodger Blue

📋 copy color: '#1F7CDC'

red 31 ◦ green 124 ◦ blue 220

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

Shades of Dodger Blue #1F7CDC

Tints of Dodger Blue #1F7CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 8.27%
G = 33.07%
B = 58.67%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F7CDC (or 0x1F7CDC) is known color: Dodger Blue. HEX triplet: 1F, 7C and DC. RGB value is (31,124,220). Sum of RGB (Red+Green+Blue) = 31+124+220=375 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.27% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F7CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7CDC is #E08323. Grayscale: #6A6A6A. Windows color (decimal): -14713636 or 14449695. OLE color: 14449695.

HSL color Cylindrical-coordinate representation of color #1F7CDC: hue angle of 210.48º 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 #1F7CDC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 124 220 -
CMYK 0.86 0.44 0 0.14
HSL 210.48º 0.75% 0.49% -
HSV(B) 210.48º 0.86% 0.86% -
XYZ 20.69 19.87 70.46 -
YUV 107.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 31 124 220 0.86 0.44 0 0.14 210.48 0.75 0.49
Hex 1F 7C DC 56 2C 0 E D2 4B 31
Octal 37 174 334 126 54 0 16 322 113 61
Binary 11111 1111100 11011100 1010110 101100 0 1110 11010010 1001011 110001

Color Harmonies of #1F7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7CDC

Black with #1F7CDC

Text Example


Text Example

White with #1F7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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