Html Css Color HEX #327DFE Dodger Blue

📋 copy color: '#327DFE'

red 50 ◦ green 125 ◦ blue 254

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

Shades of Dodger Blue #327DFE

Tints of Dodger Blue #327DFE

RGB

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

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

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

R = 11.66%
G = 29.14%
B = 59.21%

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

#327DFE (or 0x327DFE) is known color: Dodger Blue. HEX triplet: 32, 7D and FE. RGB value is (50,125,254). Sum of RGB (Red+Green+Blue) = 50+125+254=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #327DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327DFE is #CD8201. Grayscale: #747474. Windows color (decimal): -13468162 or 16678194. OLE color: 16678194.

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

Color convert

RGB 50 125 254 -
CMYK 0.80 0.51 0 0.00
HSL 217.94º 0.99% 0.6% -
HSV(B) 217.94º 0.8% 1% -
XYZ 26.54 22.5 96.71 -
YUV 117.28 205.15 80.01 -
System Red Green Blue C M Y K H S L
Decimal 50 125 254 0.80 0.51 0 0.00 217.94 0.99 0.6
Hex 32 7D FE 50 33 0 0 DA 63 3C
Octal 62 175 376 120 63 0 0 332 143 74
Binary 110010 1111101 11111110 1010000 110011 0 0 11011010 1100011 111100

Color Harmonies of #327DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327DFE

Black with #327DFE

Text Example


Text Example

White with #327DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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