#1E7AFB

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

Shades of Dodger Blue #1E7AFB

Tints of Dodger Blue #1E7AFB

Color information

#1E7AFB (or 0x1E7AFB) is unknown color: approx Dodger Blue. HEX triplet: 1E, 7A and FB. RGB value is (30,122,251). Sum of RGB (Red+Green+Blue) = 30+122+251=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AFB is #E18504. Grayscale: #6C6C6C. Windows color (decimal): -14779653 or 16480798. OLE color: 16480798.

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

Color convert

RGB30122251-
CMYK0.880.5100.02
HSL215.02º96.51%55.1%-
HSV(B)215.02º88.05%98.43%-
XYZ24.9121.1694.04-
YUV109.2208.0271.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.44%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 251 (98.44% from 255) = 62.28%
R=7.44%
G=30.27%
B=62.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal301222510.880.5100.02215.0296.5155.1
Hex1E7AFB583302d76137
Octal36172373130630232714167
Binary111101111010111110111011000110011010110101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,122,251); }

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

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

 a { background-color: rgb(30,122,251); }

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

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

 span { border-color: rgb(30,122,251); }

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