#35A5FD

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

Shades of Dodger Blue #35A5FD

Tints of Dodger Blue #35A5FD

Color information

#35A5FD (or 0x35A5FD) is unknown color: approx Dodger Blue. HEX triplet: 35, A5 and FD. RGB value is (53,165,253). Sum of RGB (Red+Green+Blue) = 53+165+253=471 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.25% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #35A5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A5FD is #CA5A02. Grayscale: #8D8D8D. Windows color (decimal): -13261315 or 16622901. OLE color: 16622901.

HSL color Cylindrical-coordinate representation of color #35A5FD: hue angle of 206.4º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A5FD is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53165253-
CMYK0.790.3500.01
HSL206.4º98.04%60%-
HSV(B)206.4º79.05%99.22%-
XYZ32.6534.7697.92-
YUV141.54190.8964.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.25%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=11.25%
G=35.03%
B=53.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531652530.790.3500.01206.498.0460
Hex35A5FD4F2301ce623c
Octal65245375117430131614274
Binary1101011010010111111101100111110001101110011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A5FD; }

 p { color: rgb(53,165,253); }

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

<style>
 a { background-color: #35A5FD; }

 a { background-color: rgb(53,165,253); }

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

<style>
 span { border-color: #35A5FD; }

 span { border-color: rgb(53,165,253); }

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