#357FFB

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

Shades of Dodger Blue #357FFB

Tints of Dodger Blue #357FFB

Color information

#357FFB (or 0x357FFB) is unknown color: approx Dodger Blue. HEX triplet: 35, 7F and FB. RGB value is (53,127,251). Sum of RGB (Red+Green+Blue) = 53+127+251=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #357FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FFB is #CA8004. Grayscale: #767676. Windows color (decimal): -13271045 or 16482101. OLE color: 16482101.

HSL color Cylindrical-coordinate representation of color #357FFB: hue angle of 217.58º 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 #357FFB is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53127251-
CMYK0.790.4900.02
HSL217.58º96.12%59.61%-
HSV(B)217.58º78.88%98.43%-
XYZ26.4722.994.29-
YUV119.01202.4880.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.30%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 251 (98.44% from 255) = 58.24%
R=12.30%
G=29.47%
B=58.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531272510.790.4900.02217.5896.1259.61
Hex357FFB4F3102da603c
Octal65177373117610233214074
Binary1101011111111111110111001111110001010110110101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357FFB; }

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

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

<style>
 a { background-color: #357FFB; }

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

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

<style>
 span { border-color: #357FFB; }

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

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