#1A75F1

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

Shades of Dodger Blue #1A75F1

Tints of Dodger Blue #1A75F1

Color information

#1A75F1 (or 0x1A75F1) is unknown color: approx Dodger Blue. HEX triplet: 1A, 75 and F1. RGB value is (26,117,241). Sum of RGB (Red+Green+Blue) = 26+117+241=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #1A75F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A75F1 is #E58A0E. Grayscale: #676767. Windows color (decimal): -15043087 or 15824154. OLE color: 15824154.

HSL color Cylindrical-coordinate representation of color #1A75F1: hue angle of 214.6º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A75F1 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB26117241-
CMYK0.890.5100.05
HSL214.6º88.48%52.35%-
HSV(B)214.6º89.21%94.51%-
XYZ22.6619.2985.75-
YUV103.93205.3572.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 241 (94.53% from 255) = 62.76%
R=6.77%
G=30.47%
B=62.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal261172410.890.5100.05214.688.4852.35
Hex1A75F1593305d75834
Octal32165361131630532713064
Binary1101011101011111000110110011100110101110101111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,117,241); }

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

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

 a { background-color: rgb(26,117,241); }

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

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

 span { border-color: rgb(26,117,241); }

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