Html Css Color HEX #327DFB Dodger Blue

📋 copy color: '#327DFB'

red 50 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #327DFB

Tints of Dodger Blue #327DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 11.74%
G = 29.34%
B = 58.92%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#327DFB (or 0x327DFB) is known color: Dodger Blue. HEX triplet: 32, 7D and FB. RGB value is (50,125,251). Sum of RGB (Red+Green+Blue) = 50+125+251=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #327DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327DFB is #CD8204. Grayscale: #747474. Windows color (decimal): -13468165 or 16481586. OLE color: 16481586.

HSL color Cylindrical-coordinate representation of color #327DFB: hue angle of 217.61º degrees, saturation: 0.96, 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 #327DFB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 125 251 -
CMYK 0.80 0.50 0 0.02
HSL 217.61º 0.96% 0.59% -
HSV(B) 217.61º 0.8% 0.98% -
XYZ 26.06 22.31 94.2 -
YUV 116.94 203.65 80.25 -
System Red Green Blue C M Y K H S L
Decimal 50 125 251 0.80 0.50 0 0.02 217.61 0.96 0.59
Hex 32 7D FB 50 32 0 2 DA 60 3B
Octal 62 175 373 120 62 0 2 332 140 73
Binary 110010 1111101 11111011 1010000 110010 0 10 11011010 1100000 111011

Color Harmonies of #327DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DFB

Black with #327DFB

Text Example


Text Example

White with #327DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,125,251); }

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

background-color css

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

 a { background-color: rgb(50,125,251); }

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

border-color css

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

 span { border-color: rgb(50,125,251); }

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