#35A0FD

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

Shades of Dodger Blue #35A0FD

Tints of Dodger Blue #35A0FD

Color information

#35A0FD (or 0x35A0FD) is unknown color: approx Dodger Blue. HEX triplet: 35, A0 and FD. RGB value is (53,160,253). Sum of RGB (Red+Green+Blue) = 53+160+253=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #35A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A0FD is #CA5F02. Grayscale: #8A8A8A. Windows color (decimal): -13262595 or 16621621. OLE color: 16621621.

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

Color convert

RGB53160253-
CMYK0.790.3700.01
HSL207.9º98.04%60%-
HSV(B)207.9º79.05%99.22%-
XYZ31.7732.9997.62-
YUV138.61192.5566.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.37%
GREEN value IS 160 (62.89% from 255) = 34.33%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=11.37%
G=34.33%
B=54.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531602530.790.3700.01207.998.0460
Hex35A0FD4F2501d0623c
Octal65240375117450132014274
Binary1101011010000011111101100111110010101110100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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