Html Css Color HEX #327CFA Dodger Blue

📋 copy color: '#327CFA'

red 50 ◦ green 124 ◦ blue 250

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

Shades of Dodger Blue #327CFA

Tints of Dodger Blue #327CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 11.79%
G = 29.25%
B = 58.96%

CMYK

 C value IS 0.8

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#327CFA (or 0x327CFA) is known color: Dodger Blue. HEX triplet: 32, 7C and FA. RGB value is (50,124,250). Sum of RGB (Red+Green+Blue) = 50+124+250=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #327CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFA is #CD8305. Grayscale: #737373. Windows color (decimal): -13468422 or 16415794. OLE color: 16415794.

HSL color Cylindrical-coordinate representation of color #327CFA: hue angle of 217.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327CFA is Cyan = 0.8, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 124 250 -
CMYK 0.8 0.50 0 0.02
HSL 217.8º 0.95% 0.59% -
HSV(B) 217.8º 0.8% 0.98% -
XYZ 25.78 22 93.33 -
YUV 116.24 203.48 80.75 -
System Red Green Blue C M Y K H S L
Decimal 50 124 250 0.8 0.50 0 0.02 217.8 0.95 0.59
Hex 32 7C FA 50 32 0 2 DA 5F 3B
Octal 62 174 372 120 62 0 2 332 137 73
Binary 110010 1111100 11111010 1010000 110010 0 10 11011010 1011111 111011

Color Harmonies of #327CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CFA

Black with #327CFA

Text Example


Text Example

White with #327CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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