#327cff

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

Shades of Dodger Blue #327CFF

Tints of Dodger Blue #327CFF

Color information

#327CFF (or 0x327CFF) is unknown color: approx Dodger Blue. HEX triplet: 32, 7C and FF. RGB value is (50,124,255). Sum of RGB (Red+Green+Blue) = 50+124+255=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #327CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFF is #CD8300. Grayscale: #747474. Windows color (decimal): -13468417 or 16743474. OLE color: 16743474.

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

Color convert

RGB50124255-
CMYK0.800.5100
HSL218.34º100%59.8%-
HSV(B)218.34º80.39%100%-
XYZ26.5722.3197.51-
YUV116.81205.9880.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.66%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 255 (100% from 255) = 59.44%
R=11.66%
G=28.90%
B=59.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal501242550.800.5100218.3410059.8
Hex327CFF503300da643c
Octal62174377120630033214474
Binary110010111110011111111101000011001100110110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,255); }

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

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

 a { background-color: rgb(50,124,255); }

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

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

 span { border-color: rgb(50,124,255); }

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