#1768FC

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

Shades of Dodger Blue #1768FC

Tints of Dodger Blue #1768FC

Color information

#1768FC (or 0x1768FC) is unknown color: approx Dodger Blue. HEX triplet: 17, 68 and FC. RGB value is (23,104,252). Sum of RGB (Red+Green+Blue) = 23+104+252=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #1768FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1768FC is #E89703. Grayscale: #5F5F5F. Windows color (decimal): -15243012 or 16541719. OLE color: 16541719.

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

Color convert

RGB23104252-
CMYK0.910.5900.01
HSL218.78º97.45%53.92%-
HSV(B)218.78º90.87%98.82%-
XYZ22.8717.1194.19-
YUV96.65215.6675.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.07%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 252 (98.83% from 255) = 66.49%
R=6.07%
G=27.44%
B=66.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal231042520.910.5900.01218.7897.4553.92
Hex1768FC5B3B01db6136
Octal27150374133730133314166
Binary10111110100011111100101101111101101110110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1768FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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