Html Css Color HEX #327FFA Dodger Blue

📋 copy color: '#327FFA'

red 50 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #327FFA

Tints of Dodger Blue #327FFA

RGB

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

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

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

R = 11.71%
G = 29.74%
B = 58.55%

CMYK

 C value IS 0.8

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#327FFA (or 0x327FFA) is known color: Dodger Blue. HEX triplet: 32, 7F and FA. RGB value is (50,127,250). Sum of RGB (Red+Green+Blue) = 50+127+250=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #327FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FFA is #CD8005. Grayscale: #757575. Windows color (decimal): -13467654 or 16416562. OLE color: 16416562.

HSL color Cylindrical-coordinate representation of color #327FFA: hue angle of 216.9º 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 #327FFA is Cyan = 0.8, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 127 250 -
CMYK 0.8 0.49 0 0.02
HSL 216.9º 0.95% 0.59% -
HSV(B) 216.9º 0.8% 0.98% -
XYZ 26.16 22.76 93.46 -
YUV 118 202.49 79.5 -
System Red Green Blue C M Y K H S L
Decimal 50 127 250 0.8 0.49 0 0.02 216.9 0.95 0.59
Hex 32 7F FA 50 31 0 2 D9 5F 3B
Octal 62 177 372 120 61 0 2 331 137 73
Binary 110010 1111111 11111010 1010000 110001 0 10 11011001 1011111 111011

Color Harmonies of #327FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FFA

Black with #327FFA

Text Example


Text Example

White with #327FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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