Html Css Color HEX #328FF9 Dodger Blue

📋 copy color: '#328FF9'

red 50 ◦ green 143 ◦ blue 249

#328FF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #328FF9

Tints of Dodger Blue #328FF9

RGB

 RED value IS 50 (19.92% from 255) = 11.31%

 GREEN value IS 143 (56.25% from 255) = 32.35%

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 11.31%
G = 32.35%
B = 56.33%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#328FF9 (or 0x328FF9) is known color: Dodger Blue. HEX triplet: 32, 8F and F9. RGB value is (50,143,249). Sum of RGB (Red+Green+Blue) = 50+143+249=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #328FF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FF9 is #CD7006. Grayscale: #7E7E7E. Windows color (decimal): -13463559 or 16355122. OLE color: 16355122.

HSL color Cylindrical-coordinate representation of color #328FF9: hue angle of 211.96º 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 #328FF9 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 143 249 -
CMYK 0.80 0.43 0 0.02
HSL 211.96º 0.94% 0.59% -
HSV(B) 211.96º 0.8% 0.98% -
XYZ 28.24 27.16 93.38 -
YUV 127.28 196.69 72.88 -
System Red Green Blue C M Y K H S L
Decimal 50 143 249 0.80 0.43 0 0.02 211.96 0.94 0.59
Hex 32 8F F9 50 2B 0 2 D4 5E 3B
Octal 62 217 371 120 53 0 2 324 136 73
Binary 110010 10001111 11111001 1010000 101011 0 10 11010100 1011110 111011

Color Harmonies of #328FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FF9

Black with #328FF9

Text Example


Text Example

White with #328FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328FF9; }

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

 H1.HeaderClassName
 {
   color: #328FF9;
 }
 .AnyTagClassName
 {
   color: #328FF9;
 }
</style>

background-color css

<style>
 a { background-color: #328FF9; }

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

 div.DivClassName
 {
   background-color: #328FF9;
 }
 .BgClassName
 {
   background-color: #328FF9;
 }
</style>

border-color css

<style>
 span { border-color: #328FF9; }

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

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