Html Css Color HEX #327FFC Dodger Blue

📋 copy color: '#327FFC'

red 50 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #327FFC

Tints of Dodger Blue #327FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 11.66%
G = 29.6%
B = 58.74%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#327FFC (or 0x327FFC) is known color: Dodger Blue. HEX triplet: 32, 7F and FC. RGB value is (50,127,252). Sum of RGB (Red+Green+Blue) = 50+127+252=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #327FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FFC is #CD8003. Grayscale: #757575. Windows color (decimal): -13467652 or 16547634. OLE color: 16547634.

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

Color convert

RGB 50 127 252 -
CMYK 0.80 0.50 0 0.01
HSL 217.13º 0.97% 0.59% -
HSV(B) 217.13º 0.8% 0.99% -
XYZ 26.48 22.89 95.12 -
YUV 118.23 203.49 79.34 -
System Red Green Blue C M Y K H S L
Decimal 50 127 252 0.80 0.50 0 0.01 217.13 0.97 0.59
Hex 32 7F FC 50 32 0 1 D9 61 3B
Octal 62 177 374 120 62 0 1 331 141 73
Binary 110010 1111111 11111100 1010000 110010 0 1 11011001 1100001 111011

Color Harmonies of #327FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FFC

Black with #327FFC

Text Example


Text Example

White with #327FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,252); }

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

background-color css

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

 a { background-color: rgb(50,127,252); }

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

border-color css

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

 span { border-color: rgb(50,127,252); }

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