Html Css Color HEX #328FFF Dodger Blue

📋 copy color: '#328FFF'

red 50 ◦ green 143 ◦ blue 255

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

Shades of Dodger Blue #328FFF

Tints of Dodger Blue #328FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.92%

R = 11.16%
G = 31.92%
B = 56.92%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#328FFF (or 0x328FFF) is known color: Dodger Blue. HEX triplet: 32, 8F and FF. RGB value is (50,143,255). Sum of RGB (Red+Green+Blue) = 50+143+255=448 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.16% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #328FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328FFF is #CD7000. Grayscale: #7F7F7F. Windows color (decimal): -13463553 or 16748338. OLE color: 16748338.

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

Color convert

RGB 50 143 255 -
CMYK 0.80 0.44 0 0
HSL 212.78º 1% 0.6% -
HSV(B) 212.78º 0.8% 1% -
XYZ 29.19 27.54 98.39 -
YUV 127.96 199.69 72.39 -
System Red Green Blue C M Y K H S L
Decimal 50 143 255 0.80 0.44 0 0 212.78 1 0.6
Hex 32 8F FF 50 2C 0 0 D5 64 3C
Octal 62 217 377 120 54 0 0 325 144 74
Binary 110010 10001111 11111111 1010000 101100 0 0 11010101 1100100 111100

Color Harmonies of #328FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328FFF

Black with #328FFF

Text Example


Text Example

White with #328FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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