Html Css Color HEX #327AFC Dodger Blue

📋 copy color: '#327AFC'

red 50 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #327AFC

Tints of Dodger Blue #327AFC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

 BLUE value IS 252 (98.83% from 255) = 59.43%

R = 11.79%
G = 28.77%
B = 59.43%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#327AFC (or 0x327AFC) is known color: Dodger Blue. HEX triplet: 32, 7A and FC. RGB value is (50,122,252). Sum of RGB (Red+Green+Blue) = 50+122+252=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #327AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AFC is #CD8503. Grayscale: #727272. Windows color (decimal): -13468932 or 16546354. OLE color: 16546354.

HSL color Cylindrical-coordinate representation of color #327AFC: hue angle of 218.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327AFC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 122 252 -
CMYK 0.80 0.52 0 0.01
HSL 218.61º 0.97% 0.59% -
HSV(B) 218.61º 0.8% 0.99% -
XYZ 25.85 21.63 94.91 -
YUV 115.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 50 122 252 0.80 0.52 0 0.01 218.61 0.97 0.59
Hex 32 7A FC 50 34 0 1 DB 61 3B
Octal 62 172 374 120 64 0 1 333 141 73
Binary 110010 1111010 11111100 1010000 110100 0 1 11011011 1100001 111011

Color Harmonies of #327AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AFC

Black with #327AFC

Text Example


Text Example

White with #327AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,122,252); }

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

background-color css

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

 a { background-color: rgb(50,122,252); }

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

border-color css

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

 span { border-color: rgb(50,122,252); }

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