#35A6FD

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

Shades of Dodger Blue #35A6FD

Tints of Dodger Blue #35A6FD

Color information

#35A6FD (or 0x35A6FD) is unknown color: approx Dodger Blue. HEX triplet: 35, A6 and FD. RGB value is (53,166,253). Sum of RGB (Red+Green+Blue) = 53+166+253=472 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.23% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #35A6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A6FD is #CA5902. Grayscale: #8D8D8D. Windows color (decimal): -13261059 or 16623157. OLE color: 16623157.

HSL color Cylindrical-coordinate representation of color #35A6FD: hue angle of 206.1º 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 #35A6FD is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53166253-
CMYK0.790.3400.01
HSL206.1º98.04%60%-
HSV(B)206.1º79.05%99.22%-
XYZ32.8335.1297.98-
YUV142.13190.5664.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.23%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=11.23%
G=35.17%
B=53.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531662530.790.3400.01206.198.0460
Hex35A6FD4F2201ce623c
Octal65246375117420131614274
Binary1101011010011011111101100111110001001110011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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