#1778FC

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

Shades of Dodger Blue #1778FC

Tints of Dodger Blue #1778FC

Color information

#1778FC (or 0x1778FC) is unknown color: approx Dodger Blue. HEX triplet: 17, 78 and FC. RGB value is (23,120,252). Sum of RGB (Red+Green+Blue) = 23+120+252=395 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.82% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #1778FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1778FC is #E88703. Grayscale: #696969. Windows color (decimal): -15238916 or 16545815. OLE color: 16545815.

HSL color Cylindrical-coordinate representation of color #1778FC: hue angle of 214.59º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1778FC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23120252-
CMYK0.910.5200.01
HSL214.59º97.45%53.92%-
HSV(B)214.59º90.87%98.82%-
XYZ24.6420.6494.78-
YUV106.04210.3668.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.82%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 252 (98.83% from 255) = 63.80%
R=5.82%
G=30.38%
B=63.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231202520.910.5200.01214.5997.4553.92
Hex1778FC5B3401d76136
Octal27170374133640132714166
Binary10111111100011111100101101111010001110101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1778FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1778FC; }

 p { color: rgb(23,120,252); }

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

<style>
 a { background-color: #1778FC; }

 a { background-color: rgb(23,120,252); }

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

<style>
 span { border-color: #1778FC; }

 span { border-color: rgb(23,120,252); }

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