#1F7CFF

Color #1F7CFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1F7CFF

Tints of Dodger Blue #1F7CFF

Color information

#1F7CFF (or 0x1F7CFF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7C and FF. RGB value is (31,124,255). Sum of RGB (Red+Green+Blue) = 31+124+255=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7CFF is #E08300. Grayscale: #6E6E6E. Windows color (decimal): -14713601 or 16743455. OLE color: 16743455.

HSL color Cylindrical-coordinate representation of color #1F7CFF: hue angle of 215.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F7CFF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB31124255-
CMYK0.880.5100
HSL215.09º100%56.08%-
HSV(B)215.09º87.84%100%-
XYZ25.8221.9397.48-
YUV111.13209.1970.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.56%
GREEN value IS 124 (48.83% from 255) = 30.24%
BLUE value IS 255 (100% from 255) = 62.20%
R=7.56%
G=30.24%
B=62.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal311242550.880.5100215.0910056.08
Hex1F7CFF583300d76438
Octal37174377130630032714470
Binary11111111110011111111101100011001100110101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F7CFF;
 }
 .AnyTagClassName
 {
   color: #1F7CFF;
 }
</style>
background-color css

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

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

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

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

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

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