#1769FC

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

Shades of Dodger Blue #1769FC

Tints of Dodger Blue #1769FC

Color information

#1769FC (or 0x1769FC) is unknown color: approx Dodger Blue. HEX triplet: 17, 69 and FC. RGB value is (23,105,252). Sum of RGB (Red+Green+Blue) = 23+105+252=380 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.05% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #1769FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1769FC is #E89603. Grayscale: #606060. Windows color (decimal): -15242756 or 16541975. OLE color: 16541975.

HSL color Cylindrical-coordinate representation of color #1769FC: hue angle of 218.52º 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 #1769FC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23105252-
CMYK0.910.5800.01
HSL218.52º97.45%53.92%-
HSV(B)218.52º90.87%98.82%-
XYZ22.9817.3194.23-
YUV97.24215.3375.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.05%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 252 (98.83% from 255) = 66.32%
R=6.05%
G=27.63%
B=66.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231052520.910.5800.01218.5297.4553.92
Hex1769FC5B3A01db6136
Octal27151374133720133314166
Binary10111110100111111100101101111101001110110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1769FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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