#1F6FEF

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

Shades of Dodger Blue #1F6FEF

Tints of Dodger Blue #1F6FEF

Color information

#1F6FEF (or 0x1F6FEF) is unknown color: approx Dodger Blue. HEX triplet: 1F, 6F and EF. RGB value is (31,111,239). Sum of RGB (Red+Green+Blue) = 31+111+239=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6FEF is #E09010. Grayscale: #656565. Windows color (decimal): -14716945 or 15691551. OLE color: 15691551.

HSL color Cylindrical-coordinate representation of color #1F6FEF: hue angle of 216.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F6FEF is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB31111239-
CMYK0.870.5400.06
HSL216.92º86.67%52.94%-
HSV(B)216.92º87.03%93.73%-
XYZ21.8317.8983.96-
YUV101.67205.577.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.14%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 239 (93.75% from 255) = 62.73%
R=8.14%
G=29.13%
B=62.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal311112390.870.5400.06216.9286.6752.94
Hex1F6FEF573606d95735
Octal37157357127660633112765
Binary1111111011111110111110101111101100110110110011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,111,239); }

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

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

 a { background-color: rgb(31,111,239); }

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

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

 span { border-color: rgb(31,111,239); }

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