#1f8ae6

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

Shades of Dodger Blue #1F8AE6

Tints of Dodger Blue #1F8AE6

Color information

#1F8AE6 (or 0x1F8AE6) is unknown color: approx Dodger Blue. HEX triplet: 1F, 8A and E6. RGB value is (31,138,230). Sum of RGB (Red+Green+Blue) = 31+138+230=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 230 (90.23% from 255 or 57.64% from 399); Max value from RGB is 230 - color contains mainly: blue. Hex color #1F8AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8AE6 is #E07519. Grayscale: #747474. Windows color (decimal): -14710042 or 15108639. OLE color: 15108639.

HSL color Cylindrical-coordinate representation of color #1F8AE6: hue angle of 207.74º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8AE6 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB31138230-
CMYK0.870.400.10
HSL207.74º79.92%51.18%-
HSV(B)207.74º86.52%90.2%-
XYZ23.9424.1878.27-
YUV116.5192.0567.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.77%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 230 (90.23% from 255) = 57.64%
R=7.77%
G=34.59%
B=57.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal311382300.870.400.10207.7479.9251.18
Hex1F8AE657280Ad05033
Octal372123461275001232012063
Binary111111000101011100110101011110100001010110100001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f8ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,138,230); }

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

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

 a { background-color: rgb(31,138,230); }

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

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

 span { border-color: rgb(31,138,230); }

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