#359EFF

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

Shades of Dodger Blue #359EFF

Tints of Dodger Blue #359EFF

Color information

#359EFF (or 0x359EFF) is unknown color: approx Dodger Blue. HEX triplet: 35, 9E and FF. RGB value is (53,158,255). Sum of RGB (Red+Green+Blue) = 53+158+255=466 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.37% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #359EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EFF is #CA6100. Grayscale: #898989. Windows color (decimal): -13263105 or 16752181. OLE color: 16752181.

HSL color Cylindrical-coordinate representation of color #359EFF: hue angle of 208.81º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #359EFF is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB53158255-
CMYK0.790.3800
HSL208.81º100%60.39%-
HSV(B)208.81º79.22%100%-
XYZ31.7532.4399.19-
YUV137.66194.2167.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.37%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 255 (100% from 255) = 54.72%
R=11.37%
G=33.91%
B=54.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal531582550.790.3800208.8110060.39
Hex359EFF4F2600d1643c
Octal65236377117460032114474
Binary1101011001111011111111100111110011000110100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,255); }

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

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

 a { background-color: rgb(53,158,255); }

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

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

 span { border-color: rgb(53,158,255); }

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