#327FF4

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

Shades of Dodger Blue #327FF4

Tints of Dodger Blue #327FF4

Color information

#327FF4 (or 0x327FF4) is unknown color: approx Dodger Blue. HEX triplet: 32, 7F and F4. RGB value is (50,127,244). Sum of RGB (Red+Green+Blue) = 50+127+244=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 244 (95.70% from 255 or 57.96% from 421); Max value from RGB is 244 - color contains mainly: blue. Hex color #327FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FF4 is #CD800B. Grayscale: #747474. Windows color (decimal): -13467660 or 16023346. OLE color: 16023346.

HSL color Cylindrical-coordinate representation of color #327FF4: hue angle of 216.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327FF4 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB50127244-
CMYK0.800.4800.04
HSL216.19º89.81%57.65%-
HSV(B)216.19º79.51%95.69%-
XYZ25.2322.3988.58-
YUV117.32199.4979.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.88%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 244 (95.70% from 255) = 57.96%
R=11.88%
G=30.17%
B=57.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal501272440.800.4800.04216.1989.8157.65
Hex327FF4503004d85a3a
Octal62177364120600433013272
Binary11001011111111111010010100001100000100110110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,127,244); }

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

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

 a { background-color: rgb(50,127,244); }

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

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

 span { border-color: rgb(50,127,244); }

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