Html Css Color HEX #327CFD Dodger Blue

📋 copy color: '#327CFD'

red 50 ◦ green 124 ◦ blue 253

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

Shades of Dodger Blue #327CFD

Tints of Dodger Blue #327CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.25%

R = 11.71%
G = 29.04%
B = 59.25%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#327CFD (or 0x327CFD) is known color: Dodger Blue. HEX triplet: 32, 7C and FD. RGB value is (50,124,253). Sum of RGB (Red+Green+Blue) = 50+124+253=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #327CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CFD is #CD8302. Grayscale: #737373. Windows color (decimal): -13468419 or 16612402. OLE color: 16612402.

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

Color convert

RGB 50 124 253 -
CMYK 0.80 0.51 0 0.01
HSL 218.13º 0.98% 0.59% -
HSV(B) 218.13º 0.8% 0.99% -
XYZ 26.25 22.19 95.83 -
YUV 116.58 204.98 80.51 -
System Red Green Blue C M Y K H S L
Decimal 50 124 253 0.80 0.51 0 0.01 218.13 0.98 0.59
Hex 32 7C FD 50 33 0 1 DA 62 3B
Octal 62 174 375 120 63 0 1 332 142 73
Binary 110010 1111100 11111101 1010000 110011 0 1 11011010 1100010 111011

Color Harmonies of #327CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CFD

Black with #327CFD

Text Example


Text Example

White with #327CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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