#359CF1

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

Shades of Dodger Blue #359CF1

Tints of Dodger Blue #359CF1

Color information

#359CF1 (or 0x359CF1) is unknown color: approx Dodger Blue. HEX triplet: 35, 9C and F1. RGB value is (53,156,241). Sum of RGB (Red+Green+Blue) = 53+156+241=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #359CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CF1 is #CA630E. Grayscale: #868686. Windows color (decimal): -13263631 or 15834165. OLE color: 15834165.

HSL color Cylindrical-coordinate representation of color #359CF1: hue angle of 207.13º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359CF1 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53156241-
CMYK0.780.3500.05
HSL207.13º87.04%57.65%-
HSV(B)207.13º78.01%94.51%-
XYZ29.2330.8887.64-
YUV134.89187.8869.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.78%
GREEN value IS 156 (61.33% from 255) = 34.67%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=11.78%
G=34.67%
B=53.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531562410.780.3500.05207.1387.0457.65
Hex359CF14E2305cf573a
Octal65234361116430531712772
Binary110101100111001111000110011101000110101110011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,241); }

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

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

 a { background-color: rgb(53,156,241); }

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

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

 span { border-color: rgb(53,156,241); }

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