#1f7fda

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

Shades of Dodger Blue #1F7FDA

Tints of Dodger Blue #1F7FDA

Color information

#1F7FDA (or 0x1F7FDA) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7F and DA. RGB value is (31,127,218). Sum of RGB (Red+Green+Blue) = 31+127+218=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F7FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F7FDA is #E08025. Grayscale: #6C6C6C. Windows color (decimal): -14712870 or 14319391. OLE color: 14319391.

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

Color convert

RGB31127218-
CMYK0.860.4200.15
HSL209.2º75.1%48.82%-
HSV(B)209.2º85.78%85.49%-
XYZ20.8120.5369.2-
YUV108.67189.772.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.24%
GREEN value IS 127 (50% from 255) = 33.78%
BLUE value IS 218 (85.55% from 255) = 57.98%
R=8.24%
G=33.78%
B=57.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal311272180.860.4200.15209.275.148.82
Hex1F7FDA562A0Fd14b31
Octal371773321265201732111361
Binary11111111111111011010101011010101001111110100011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7fda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,127,218); }

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

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

 a { background-color: rgb(31,127,218); }

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

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

 span { border-color: rgb(31,127,218); }

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