#35A3F8

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

Shades of Dodger Blue #35A3F8

Tints of Dodger Blue #35A3F8

Color information

#35A3F8 (or 0x35A3F8) is unknown color: approx Dodger Blue. HEX triplet: 35, A3 and F8. RGB value is (53,163,248). Sum of RGB (Red+Green+Blue) = 53+163+248=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #35A3F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A3F8 is #CA5C07. Grayscale: #8B8B8B. Windows color (decimal): -13261832 or 16294709. OLE color: 16294709.

HSL color Cylindrical-coordinate representation of color #35A3F8: hue angle of 206.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A3F8 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB53163248-
CMYK0.790.3400.03
HSL206.15º93.3%59.02%-
HSV(B)206.15º78.63%97.25%-
XYZ31.5133.7393.66-
YUV139.8189.0666.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.42%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=11.42%
G=35.13%
B=53.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal531632480.790.3400.03206.1593.359.02
Hex35A3F84F2203ce5d3b
Octal65243370117420331613573
Binary11010110100011111110001001111100010011110011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,163,248); }

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

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

 a { background-color: rgb(53,163,248); }

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

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

 span { border-color: rgb(53,163,248); }

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