#1771FE

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

Shades of Dodger Blue #1771FE

Tints of Dodger Blue #1771FE

Color information

#1771FE (or 0x1771FE) is unknown color: approx Dodger Blue. HEX triplet: 17, 71 and FE. RGB value is (23,113,254). Sum of RGB (Red+Green+Blue) = 23+113+254=390 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.90% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #1771FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1771FE is #E88E01. Grayscale: #656565. Windows color (decimal): -15240706 or 16675095. OLE color: 16675095.

HSL color Cylindrical-coordinate representation of color #1771FE: hue angle of 216.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1771FE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23113254-
CMYK0.910.5600.00
HSL216.62º99.14%54.31%-
HSV(B)216.62º90.94%99.61%-
XYZ24.1519.1596.19-
YUV102.16213.6871.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.90%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 65.13%
R=5.90%
G=28.97%
B=65.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal231132540.910.5600.00216.6299.1454.31
Hex1771FE5B3800d96336
Octal27161376133700033114366
Binary10111111000111111110101101111100000110110011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1771FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1771FE; }

 p { color: rgb(23,113,254); }

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

<style>
 a { background-color: #1771FE; }

 a { background-color: rgb(23,113,254); }

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

<style>
 span { border-color: #1771FE; }

 span { border-color: rgb(23,113,254); }

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