Html Css Color HEX #327BFF Dodger Blue

📋 copy color: '#327BFF'

red 50 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #327BFF

Tints of Dodger Blue #327BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.74%

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

R = 11.68%
G = 28.74%
B = 59.58%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#327BFF (or 0x327BFF) is known color: Dodger Blue. HEX triplet: 32, 7B and FF. RGB value is (50,123,255). Sum of RGB (Red+Green+Blue) = 50+123+255=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #327BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327BFF is #CD8400. Grayscale: #737373. Windows color (decimal): -13468673 or 16743218. OLE color: 16743218.

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

Color convert

RGB 50 123 255 -
CMYK 0.80 0.52 0 0
HSL 218.63º 1% 0.6% -
HSV(B) 218.63º 0.8% 1% -
XYZ 26.45 22.06 97.47 -
YUV 116.22 206.32 80.77 -
System Red Green Blue C M Y K H S L
Decimal 50 123 255 0.80 0.52 0 0 218.63 1 0.6
Hex 32 7B FF 50 34 0 0 DB 64 3C
Octal 62 173 377 120 64 0 0 333 144 74
Binary 110010 1111011 11111111 1010000 110100 0 0 11011011 1100100 111100

Color Harmonies of #327BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BFF

Black with #327BFF

Text Example


Text Example

White with #327BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #327BFF;
 }
 .AnyTagClassName
 {
   color: #327BFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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