#32a1f9

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

Shades of Dodger Blue #32A1F9

Tints of Dodger Blue #32A1F9

Color information

#32A1F9 (or 0x32A1F9) is unknown color: approx Dodger Blue. HEX triplet: 32, A1 and F9. RGB value is (50,161,249). Sum of RGB (Red+Green+Blue) = 50+161+249=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #32A1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32A1F9 is #CD5E06. Grayscale: #898989. Windows color (decimal): -13458951 or 16359730. OLE color: 16359730.

HSL color Cylindrical-coordinate representation of color #32A1F9: hue angle of 206.53º degrees, saturation: 0.94, 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 #32A1F9 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB50161249-
CMYK0.800.3500.02
HSL206.53º94.31%58.63%-
HSV(B)206.53º79.92%97.65%-
XYZ31.1633.0194.35-
YUV137.84190.7365.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.87%
GREEN value IS 161 (63.28% from 255) = 35%
BLUE value IS 249 (97.66% from 255) = 54.13%
R=10.87%
G=35%
B=54.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal501612490.800.3500.02206.5394.3158.63
Hex32A1F9502302cf5e3b
Octal62241371120430231713673
Binary11001010100001111110011010000100011010110011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32a1f9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32a1f9; }

 p { color: rgb(50,161,249); }

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

<style>
 a { background-color: #32a1f9; }

 a { background-color: rgb(50,161,249); }

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

<style>
 span { border-color: #32a1f9; }

 span { border-color: rgb(50,161,249); }

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