Html Css Color HEX #327CFF Dodger Blue

📋 copy color: '#327CFF'

red 50 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #327CFF

Tints of Dodger Blue #327CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

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

R = 11.66%
G = 28.9%
B = 59.44%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#327CFF (or 0x327CFF) is known color: 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

RGB 50 124 255 -
CMYK 0.80 0.51 0 0
HSL 218.34º 1% 0.6% -
HSV(B) 218.34º 0.8% 1% -
XYZ 26.57 22.31 97.51 -
YUV 116.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 50 124 255 0.80 0.51 0 0 218.34 1 0.6
Hex 32 7C FF 50 33 0 0 DA 64 3C
Octal 62 174 377 120 63 0 0 332 144 74
Binary 110010 1111100 11111111 1010000 110011 0 0 11011010 1100100 111100

Color Harmonies of #327CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CFF

Black with #327CFF

Text Example


Text Example

White with #327CFF

Text Example


Text Example

HTML Codes & Css Web 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>