Html Css Color HEX #327AFE Dodger Blue

📋 copy color: '#327AFE'

red 50 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #327AFE

Tints of Dodger Blue #327AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.62%

R = 11.74%
G = 28.64%
B = 59.62%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#327AFE (or 0x327AFE) is known color: Dodger Blue. HEX triplet: 32, 7A and FE. RGB value is (50,122,254). Sum of RGB (Red+Green+Blue) = 50+122+254=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #327AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327AFE is #CD8501. Grayscale: #727272. Windows color (decimal): -13468930 or 16677426. OLE color: 16677426.

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

Color convert

RGB 50 122 254 -
CMYK 0.80 0.52 0 0.00
HSL 218.82º 0.99% 0.6% -
HSV(B) 218.82º 0.8% 1% -
XYZ 26.16 21.75 96.59 -
YUV 115.52 206.15 81.27 -
System Red Green Blue C M Y K H S L
Decimal 50 122 254 0.80 0.52 0 0.00 218.82 0.99 0.6
Hex 32 7A FE 50 34 0 0 DB 63 3C
Octal 62 172 376 120 64 0 0 333 143 74
Binary 110010 1111010 11111110 1010000 110100 0 0 11011011 1100011 111100

Color Harmonies of #327AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327AFE

Black with #327AFE

Text Example


Text Example

White with #327AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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