#1969F1

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

Shades of Dodger Blue #1969F1

Tints of Dodger Blue #1969F1

Color information

#1969F1 (or 0x1969F1) is unknown color: approx Dodger Blue. HEX triplet: 19, 69 and F1. RGB value is (25,105,241). Sum of RGB (Red+Green+Blue) = 25+105+241=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #1969F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1969F1 is #E6960E. Grayscale: #5F5F5F. Windows color (decimal): -15111695 or 15821081. OLE color: 15821081.

HSL color Cylindrical-coordinate representation of color #1969F1: hue angle of 217.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1969F1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB25105241-
CMYK0.900.5600.05
HSL217.78º88.52%52.16%-
HSV(B)217.78º89.63%94.51%-
XYZ21.3316.6685.31-
YUV96.58209.576.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.74%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 241 (94.53% from 255) = 64.96%
R=6.74%
G=28.30%
B=64.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal251052410.900.5600.05217.7888.5252.16
Hex1969F15A3805da5934
Octal31151361132700533213164
Binary1100111010011111000110110101110000101110110101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1969F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1969F1; }

 p { color: rgb(25,105,241); }

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

<style>
 a { background-color: #1969F1; }

 a { background-color: rgb(25,105,241); }

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

<style>
 span { border-color: #1969F1; }

 span { border-color: rgb(25,105,241); }

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