#3595F1

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

Shades of Dodger Blue #3595F1

Tints of Dodger Blue #3595F1

Color information

#3595F1 (or 0x3595F1) is unknown color: approx Dodger Blue. HEX triplet: 35, 95 and F1. RGB value is (53,149,241). Sum of RGB (Red+Green+Blue) = 53+149+241=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #3595F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3595F1 is #CA6A0E. Grayscale: #828282. Windows color (decimal): -13265423 or 15832373. OLE color: 15832373.

HSL color Cylindrical-coordinate representation of color #3595F1: hue angle of 209.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3595F1 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53149241-
CMYK0.780.3800.05
HSL209.36º87.04%57.65%-
HSV(B)209.36º78.01%94.51%-
XYZ28.0928.687.26-
YUV130.78190.272.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.96%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=11.96%
G=33.63%
B=54.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531492410.780.3800.05209.3687.0457.65
Hex3595F14E2605d1573a
Octal65225361116460532112772
Binary110101100101011111000110011101001100101110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,149,241); }

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

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

 a { background-color: rgb(53,149,241); }

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

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

 span { border-color: rgb(53,149,241); }

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