#359AF8

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

Shades of Dodger Blue #359AF8

Tints of Dodger Blue #359AF8

Color information

#359AF8 (or 0x359AF8) is unknown color: approx Dodger Blue. HEX triplet: 35, 9A and F8. RGB value is (53,154,248). Sum of RGB (Red+Green+Blue) = 53+154+248=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #359AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359AF8 is #CA6507. Grayscale: #868686. Windows color (decimal): -13264136 or 16292405. OLE color: 16292405.

HSL color Cylindrical-coordinate representation of color #359AF8: hue angle of 208.92º 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 #359AF8 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB53154248-
CMYK0.790.3800.03
HSL208.92º93.3%59.02%-
HSV(B)208.92º78.63%97.25%-
XYZ29.9730.6593.14-
YUV134.52192.0469.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.65%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 248 (97.27% from 255) = 54.51%
R=11.65%
G=33.85%
B=54.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal531542480.790.3800.03208.9293.359.02
Hex359AF84F2603d15d3b
Octal65232370117460332113573
Binary11010110011010111110001001111100110011110100011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359AF8; }

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

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

<style>
 a { background-color: #359AF8; }

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

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

<style>
 span { border-color: #359AF8; }

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

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