#1F7EFF

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

Shades of Dodger Blue #1F7EFF

Tints of Dodger Blue #1F7EFF

Color information

#1F7EFF (or 0x1F7EFF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 7E and FF. RGB value is (31,126,255). Sum of RGB (Red+Green+Blue) = 31+126+255=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7EFF is #E08100. Grayscale: #6F6F6F. Windows color (decimal): -14713089 or 16743967. OLE color: 16743967.

HSL color Cylindrical-coordinate representation of color #1F7EFF: hue angle of 214.55º 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 #1F7EFF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB31126255-
CMYK0.880.5100
HSL214.55º100%56.08%-
HSV(B)214.55º87.84%100%-
XYZ26.0822.4397.56-
YUV112.3208.5370.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.52%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 255 (100% from 255) = 61.89%
R=7.52%
G=30.58%
B=61.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal311262550.880.5100214.5510056.08
Hex1F7EFF583300d76438
Octal37176377130630032714470
Binary11111111111011111111101100011001100110101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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