#327AFB

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

Shades of Dodger Blue #327AFB

Tints of Dodger Blue #327AFB

Color information

#327AFB (or 0x327AFB) is unknown color: approx Dodger Blue. HEX triplet: 32, 7A and FB. RGB value is (50,122,251). Sum of RGB (Red+Green+Blue) = 50+122+251=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #327AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AFB is #CD8504. Grayscale: #727272. Windows color (decimal): -13468933 or 16480818. OLE color: 16480818.

HSL color Cylindrical-coordinate representation of color #327AFB: hue angle of 218.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327AFB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB50122251-
CMYK0.800.5100.02
HSL218.51º96.17%59.02%-
HSV(B)218.51º80.08%98.43%-
XYZ25.6921.5694.07-
YUV115.18204.6581.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.82%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 251 (98.44% from 255) = 59.34%
R=11.82%
G=28.84%
B=59.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal501222510.800.5100.02218.5196.1759.02
Hex327AFB503302db603b
Octal62172373120630233314073
Binary1100101111010111110111010000110011010110110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327AFB; }

 p { color: rgb(50,122,251); }

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

<style>
 a { background-color: #327AFB; }

 a { background-color: rgb(50,122,251); }

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

<style>
 span { border-color: #327AFB; }

 span { border-color: rgb(50,122,251); }

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