#359EFB

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

Shades of Dodger Blue #359EFB

Tints of Dodger Blue #359EFB

Color information

#359EFB (or 0x359EFB) is unknown color: approx Dodger Blue. HEX triplet: 35, 9E and FB. RGB value is (53,158,251). Sum of RGB (Red+Green+Blue) = 53+158+251=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #359EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EFB is #CA6104. Grayscale: #888888. Windows color (decimal): -13263109 or 16490037. OLE color: 16490037.

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

Color convert

RGB53158251-
CMYK0.790.3700.02
HSL208.18º96.12%59.61%-
HSV(B)208.18º78.88%98.43%-
XYZ31.1132.1895.84-
YUV137.21192.2167.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 251 (98.44% from 255) = 54.33%
R=11.47%
G=34.20%
B=54.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531582510.790.3700.02208.1896.1259.61
Hex359EFB4F2502d0603c
Octal65236373117450232014074
Binary11010110011110111110111001111100101010110100001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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