#1A77FD

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

Shades of Dodger Blue #1A77FD

Tints of Dodger Blue #1A77FD

Color information

#1A77FD (or 0x1A77FD) is unknown color: approx Dodger Blue. HEX triplet: 1A, 77 and FD. RGB value is (26,119,253). Sum of RGB (Red+Green+Blue) = 26+119+253=398 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.53% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A77FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A77FD is #E58802. Grayscale: #696969. Windows color (decimal): -15042563 or 16611098. OLE color: 16611098.

HSL color Cylindrical-coordinate representation of color #1A77FD: hue angle of 215.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A77FD is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB26119253-
CMYK0.900.5300.01
HSL215.42º98.27%54.71%-
HSV(B)215.42º89.72%99.22%-
XYZ24.7520.5195.58-
YUV106.47210.6970.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.53%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 253 (99.22% from 255) = 63.57%
R=6.53%
G=29.90%
B=63.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal261192530.900.5300.01215.4298.2754.71
Hex1A77FD5A3501d76237
Octal32167375132650132714267
Binary11010111011111111101101101011010101110101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,119,253); }

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

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

 a { background-color: rgb(26,119,253); }

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

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

 span { border-color: rgb(26,119,253); }

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