Html Css Color HEX #327CFE Dodger Blue

📋 copy color: '#327CFE'

red 50 ◦ green 124 ◦ blue 254

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

Shades of Dodger Blue #327CFE

Tints of Dodger Blue #327CFE

RGB

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

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

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

R = 11.68%
G = 28.97%
B = 59.35%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#327CFE (or 0x327CFE) is known color: Dodger Blue. HEX triplet: 32, 7C and FE. RGB value is (50,124,254). Sum of RGB (Red+Green+Blue) = 50+124+254=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #327CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFE is #CD8301. Grayscale: #747474. Windows color (decimal): -13468418 or 16677938. OLE color: 16677938.

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

Color convert

RGB 50 124 254 -
CMYK 0.80 0.51 0 0.00
HSL 218.24º 0.99% 0.6% -
HSV(B) 218.24º 0.8% 1% -
XYZ 26.41 22.25 96.67 -
YUV 116.69 205.48 80.43 -
System Red Green Blue C M Y K H S L
Decimal 50 124 254 0.80 0.51 0 0.00 218.24 0.99 0.6
Hex 32 7C FE 50 33 0 0 DA 63 3C
Octal 62 174 376 120 63 0 0 332 143 74
Binary 110010 1111100 11111110 1010000 110011 0 0 11011010 1100011 111100

Color Harmonies of #327CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CFE

Black with #327CFE

Text Example


Text Example

White with #327CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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