#1A69F8

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

Shades of Dodger Blue #1A69F8

Tints of Dodger Blue #1A69F8

Color information

#1A69F8 (or 0x1A69F8) is unknown color: approx Dodger Blue. HEX triplet: 1A, 69 and F8. RGB value is (26,105,248). Sum of RGB (Red+Green+Blue) = 26+105+248=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #1A69F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A69F8 is #E59607. Grayscale: #616161. Windows color (decimal): -15046152 or 16279834. OLE color: 16279834.

HSL color Cylindrical-coordinate representation of color #1A69F8: hue angle of 218.65º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A69F8 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB26105248-
CMYK0.900.5800.03
HSL218.65º94.07%53.73%-
HSV(B)218.65º89.52%97.25%-
XYZ22.4217.190.93-
YUV97.68212.8376.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.86%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 248 (97.27% from 255) = 65.44%
R=6.86%
G=27.70%
B=65.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal261052480.900.5800.03218.6594.0753.73
Hex1A69F85A3A03db5e36
Octal32151370132720333313666
Binary110101101001111110001011010111010011110110111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A69F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,248); }

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

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

 a { background-color: rgb(26,105,248); }

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

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

 span { border-color: rgb(26,105,248); }

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